mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 08:57:50 +00:00
openssh: cleanup systemd service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
18637e2f38
commit
181be1ff66
@ -3,7 +3,6 @@ Description=OpenSSH server daemon
|
|||||||
After=syslog.target network.target
|
After=syslog.target network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# EnvironmentFile=/etc/sysconfig/sshd
|
|
||||||
ExecStartPre=/usr/sbin/sshd-keygen
|
ExecStartPre=/usr/sbin/sshd-keygen
|
||||||
ExecStart=/usr/sbin/sshd -D
|
ExecStart=/usr/sbin/sshd -D
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
@ -11,4 +10,3 @@ KillMode=process
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user