summarylogtreecommitdiffstats
path: root/appdaemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'appdaemon.service')
-rw-r--r--appdaemon.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/appdaemon.service b/appdaemon.service
new file mode 100644
index 000000000000..2802993803c9
--- /dev/null
+++ b/appdaemon.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=AppDaemon
+After=home-assistant.service
+
+[Service]
+Type=simple
+User=appdaemon
+ExecStart=/usr/bin/appdaemon -c /etc/appdaemon
+
+[Install]
+WantedBy=multi-user.target