From 3ba0aedf5ecbfe6ed4a2b85d0d55ecfffc372e08 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 7 Mar 2014 03:51:31 +0100 Subject: systemd service file added --- host/matelight.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 host/matelight.service 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 -- cgit