Add systemd config

This commit is contained in:
2019-03-09 20:53:57 +01:00
parent ff73ab88ee
commit b43e651f96
2 changed files with 18 additions and 0 deletions

11
dist/grzegorz_webui.service vendored Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Grzegorz webUI
#Requires=grzegorz@.service
[Service]
WorkingDirectory=/home/grzegorz/grzegorz_clients
ExecStart=/usr/bin/python main.py
[Install]
WantedBy=default.target