summarylogtreecommitdiffstats
path: root/homegear.service
blob: bd24f44b744979e1a8adadd3a570aaaa9389ca96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Program to interface smart home devices with home automation software
After=network.target

[Service]
Type=simple
LimitRTPRIO=100
ExecStart=/usr/bin/homegear
ExecReload=/usr/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target