systemd service file added
This commit is contained in:
parent
39884b49ed
commit
3ba0aedf5e
1 changed files with 10 additions and 0 deletions
10
host/matelight.service
Normal file
10
host/matelight.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue