mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 20:22:38 +01:00
20 lines
312 B
Desktop File
20 lines
312 B
Desktop File
[Unit]
|
|
Description=OpenSSH server daemon
|
|
DefaultDependencies=no
|
|
Before=cryptsetup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
EnvironmentFile=-/etc/sysconfig/sshd
|
|
|
|
ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=42s
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|