diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-14 13:38:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-14 13:38:17 (GMT) |
commit | 3973788d772b7eb95284222a1ef9a7c9a00dd974 (patch) | |
tree | cd73e5f3098aa07aa918ecac78f770df4a69cef9 /debian/rhnop-client.nopcollectd-master.service | |
parent | 0e39f791c21637176ec9b13dae1d2f2aff6b3383 (diff) |
updated to package 0.12 with systemd unit files
Diffstat (limited to 'debian/rhnop-client.nopcollectd-master.service')
-rw-r--r-- | debian/rhnop-client.nopcollectd-master.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/rhnop-client.nopcollectd-master.service b/debian/rhnop-client.nopcollectd-master.service new file mode 100644 index 0000000..154e374 --- /dev/null +++ b/debian/rhnop-client.nopcollectd-master.service @@ -0,0 +1,14 @@ +[Unit] +Description=Radio Helsinki Now Playing Daemon (Client: Master) + +[Service] +ExecStart=/usr/bin/nopcollectd master +ExecReload=/bin/kill -HUP $MAINPID +Restart=on-failure +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +ProtectHome=yes + +[Install] +WantedBy=multi-user.target |