mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add systemd unit files for the AUR sshd
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
176014a5d7
commit
4fc1c2c10c
3 changed files with 19 additions and 2 deletions
6
conf/aur-sshd.socket
Normal file
6
conf/aur-sshd.socket
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Socket]
|
||||
ListenStream=2222
|
||||
Accept=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
8
conf/aur-sshd@.service
Normal file
8
conf/aur-sshd@.service
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue