diff options
Diffstat (limited to 'debian/rhnop-client.nopsyncd-standby.service')
-rw-r--r-- | debian/rhnop-client.nopsyncd-standby.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rhnop-client.nopsyncd-standby.service b/debian/rhnop-client.nopsyncd-standby.service new file mode 100644 index 0000000..64518c2 --- /dev/null +++ b/debian/rhnop-client.nopsyncd-standby.service @@ -0,0 +1,13 @@ +[Unit] +Description=Radio Helsinki Now Playing Daemon (Client: Standby) + +[Service] +ExecStart=/usr/bin/nopsyncd standby +Restart=on-failure +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +ProtectHome=yes + +[Install] +WantedBy=multi-user.target |