summaryrefslogtreecommitdiff
path: root/debian/rhnop-server.nopsyncd.service
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-14 13:38:17 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-14 13:38:17 (GMT)
commit3973788d772b7eb95284222a1ef9a7c9a00dd974 (patch)
treecd73e5f3098aa07aa918ecac78f770df4a69cef9 /debian/rhnop-server.nopsyncd.service
parent0e39f791c21637176ec9b13dae1d2f2aff6b3383 (diff)
updated to package 0.12 with systemd unit files
Diffstat (limited to 'debian/rhnop-server.nopsyncd.service')
-rw-r--r--debian/rhnop-server.nopsyncd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/rhnop-server.nopsyncd.service b/debian/rhnop-server.nopsyncd.service
new file mode 100644
index 0000000..bd05e68
--- /dev/null
+++ b/debian/rhnop-server.nopsyncd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Radio Helsinki Now Playing Daemon (Server)
+
+[Service]
+ExecStart=/usr/bin/nopsyncd
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+PrivateTmp=yes
+PrivateDevices=yes
+ProtectSystem=full
+ProtectHome=yes
+
+[Install]
+WantedBy=multi-user.target