diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-15 00:25:36 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-15 00:25:36 (GMT) |
commit | 69d7dfd7bf2b42391f827b81bd0041a0339830cc (patch) | |
tree | 351303e55a3f28a9ac3b401f93190000acfb58eb /debian/rhnop-client.nopsyncd@.service | |
parent | 87bfb0cc66d08751dd3c3104006b27ebe9fb5646 (diff) |
nopsyncd systemd unit is now a template
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 |