summarylogtreecommitdiffstats
path: root/devolonetsvc.service
diff options
context:
space:
mode:
authorChristophe Lavie2015-12-16 15:39:06 +0100
committerChristophe Lavie2015-12-16 15:39:06 +0100
commit27f422baf8d60a2cbc0df32b5b4e25649db9984e (patch)
treeb9788bbe0fcc6edc70c1479494d670be44acf21c /devolonetsvc.service
downloadaur-27f422baf8d60a2cbc0df32b5b4e25649db9984e.tar.gz
devolo-dlan-cockpit-4.3.1 new version with adobe-air>=2.6
Diffstat (limited to 'devolonetsvc.service')
-rwxr-xr-xdevolonetsvc.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/devolonetsvc.service b/devolonetsvc.service
new file mode 100755
index 000000000000..5ed410e0494c
--- /dev/null
+++ b/devolonetsvc.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=devolo Network Service
+After=network.target
+
+[Service]
+Type=simple
+WorkingDirectory=/var/lib/devolonetsvc
+ExecStart=/usr/bin/devolonetsvc
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
+