You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
322 B
15 lines
322 B
3 years ago
|
[Unit]
|
||
|
Description=Doskast OpenSSH server
|
||
|
After=network.target doskast-sshd-keygen.service
|
||
|
Wants=doskast-sshd-keygen.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/sshd -D -f /etc/doskast/doskast-sshd.conf
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
RestartSec=42s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|