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