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