systemd service file added

This commit is contained in:
jaseg 2014-03-07 03:51:31 +01:00
parent 39884b49ed
commit 3ba0aedf5e

10
host/matelight.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=MateLight Server
[Service]
WorkingDirectory=/root/matelight/host
ExecStart=/root/matelight/host/server.py
Type=simple
[Install]
WantedBy=multi-user.target