add systemd service file

This commit is contained in:
yourok
2019-01-15 16:47:04 +03:00
parent 7a11489e3d
commit 7204a664d4

10
torrserver.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=TorrServer
[Service]
Type=simple
ExecStart=/bin/torrserver
[Install]
WantedBy=multi-user.target