diff options
-rw-r--r-- | host/matelight.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/host/matelight.service b/host/matelight.service new file mode 100644 index 0000000..7592791 --- /dev/null +++ b/host/matelight.service @@ -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 |