summarylogtreecommitdiffstats
path: root/devolonetsvc.service
diff options
context:
space:
mode:
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
+