14 lines
266 B
Desktop File
14 lines
266 B
Desktop File
[Unit]
|
|
Description=OpenSSH server daemon.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/sshd.pid
|
|
EnvironmentFile=/etc/sysconfig/sshd
|
|
ExecStartPre=/usr/sbin/sshd -t
|
|
ExecStart=/usr/sbin/sshd $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|