summarylogtreecommitdiffstats
path: root/hyperiond.service
diff options
context:
space:
mode:
Diffstat (limited to 'hyperiond.service')
-rw-r--r--hyperiond.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/hyperiond.service b/hyperiond.service
new file mode 100644
index 000000000000..44e4aa556e38
--- /dev/null
+++ b/hyperiond.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=An opensource 'AmbiLight' implementation
+Wants=graphical.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/hyperiond /etc/conf.d/hyperion.config.json > /dev/null 2>&1
+
+[Install]
+WantedBy=multi-user.target