diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 13:28:08 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 13:28:08 +0100 |
commit | 4fc1c2c10c9c359480561927a0b0eb0a6fab9fe1 (patch) | |
tree | 824384365daada40783cc51b614774ef49749018 /conf/aur-sshd@.service | |
parent | 176014a5d7bc17dc9528a01df1280b09a3505a8d (diff) | |
download | aurweb-4fc1c2c10c9c359480561927a0b0eb0a6fab9fe1.tar.xz |
Add systemd unit files for the AUR sshd
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf/aur-sshd@.service')
-rw-r--r-- | conf/aur-sshd@.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/aur-sshd@.service b/conf/aur-sshd@.service new file mode 100644 index 0000000..e29c292 --- /dev/null +++ b/conf/aur-sshd@.service @@ -0,0 +1,8 @@ +[Unit] +Description=AUR OpenSSH Per-Connection Daemon + +[Service] +ExecStart=-/srv/http/aur/openssh/sshd -i -f /srv/http/aur/.ssh/sshd_config +User=aur +StandardInput=socket +StandardError=syslog |