diff options
Diffstat (limited to 'remote/modules/sshd/data/etc/systemd/system')
| -rw-r--r-- | remote/modules/sshd/data/etc/systemd/system/sshd.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/remote/modules/sshd/data/etc/systemd/system/sshd.service b/remote/modules/sshd/data/etc/systemd/system/sshd.service new file mode 100644 index 00000000..fc711808 --- /dev/null +++ b/remote/modules/sshd/data/etc/systemd/system/sshd.service @@ -0,0 +1,8 @@ +[Unit] +Description=OpenSSH Daemon + +[Service] +ExecStart=/usr/sbin/sshd -D +ExecReload=/bin/kill -HUP $MAINPID +KillMode=process +Restart=always |
