summarylogtreecommitdiffstats
path: root/telldusd.service
blob: d61c7111aa8f8bd950fb52beeaa42997d1f8563f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Telldusd service unit file
#
[Unit]
Description=Telldus-core service telldusd
After=basic.target

[Service]
Type=forking
ExecStart=/usr/bin/telldusd
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/telldusd.pid

[Install]
WantedBy=multi-user.target