summarylogtreecommitdiffstats
path: root/telldusd.service
diff options
context:
space:
mode:
authornfnty2015-06-08 17:57:48 +0200
committernfnty2015-06-08 17:57:48 +0200
commit475ded94365bca82eaa3d33e7918a5e2be2d632f (patch)
tree86635f1f5ddcdf210f5d9d36254697a7012fd690 /telldusd.service
downloadaur-475ded94365bca82eaa3d33e7918a5e2be2d632f.tar.gz
Initial import
Diffstat (limited to 'telldusd.service')
-rw-r--r--telldusd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/telldusd.service b/telldusd.service
new file mode 100644
index 000000000000..d61c7111aa8f
--- /dev/null
+++ b/telldusd.service
@@ -0,0 +1,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