aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/units/sshd.service
blob: e4d6c4f87a787bfb2b78d73181961091a04a4c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=OpenSSH Daemon

[Service]
ExecStart=/usr/sbin/sshd -D
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always

[Install]
WantedBy=multi-user.target