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.nopsysstated.service | |
parent | 0e39f791c21637176ec9b13dae1d2f2aff6b3383 (diff) |
updated to package 0.12 with systemd unit files
Diffstat (limited to 'debian/rhnop-client.nopsysstated.service')
-rw-r--r-- | debian/rhnop-client.nopsysstated.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/rhnop-client.nopsysstated.service b/debian/rhnop-client.nopsysstated.service new file mode 100644 index 0000000..d65dca8 --- /dev/null +++ b/debian/rhnop-client.nopsysstated.service @@ -0,0 +1,14 @@ +[Unit] +Description=Radio Helsinki Playout State Daemon + +[Service] +ExecStart=/usr/bin/nopsysstated +ExecReload=/bin/kill -HUP $MAINPID +Restart=on-failure +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +ProtectHome=yes + +[Install] +WantedBy=multi-user.target |