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