Added service template
This commit is contained in:
parent
209cbdb894
commit
ad81f3187b
12
python-tool.service
Normal file
12
python-tool.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
Type=simple
|
||||
WorkingDirectory=/etc/python-tool
|
||||
ExecStart=/etc/python-tool/bin/python-tool
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user