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

[Service]
Type=forking
ExecStart=/usr/sbin/telldusd
ExecStop=/bin/kill -HUP $MAINPID
PIDFile=/var/run/telldusd.pid
KillMode=process

[Install]
WantedBy=multi-user.target