openssh/sshd.service
2024-04-29 19:31:28 +08:00

12 lines
178 B
Desktop File

[Unit]
Description=OpenSSH Daemon
[Service]
ExecStart=/usr/sbin/sshd -D
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target