Change systemd service type to forking [work]
[autosshd_ALT.git] / autosshd / lib / systemd / system / autosshd.service
blob6a482af89f2a823de3c5a0ff65b60ecfc3586ff7
1 [Unit]
2 Description=AutoSSH system level service
4 [Service]
5 Type=forking
6 ExecStart=/etc/init.d/autosshd start
7 ExecStop=/etc/init.d/autosshd stop
9 [Install]
10 WantedBy=multi-user.target