summarylogtreecommitdiffstats
path: root/appdaemon.service
blob: 2802993803c90ce921888b366e2e993cb410411d (plain)
1
2
3
4
5
6
7
8
9
10
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