diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-15 01:12:47 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-15 01:12:47 (GMT) |
commit | f8d5b04498bb9f9eea79f815c9ec4baf08311cb1 (patch) | |
tree | cebb55461367597f70b30cd0e5d10485a7c98605 /debian/rhnop-client.nopsyncd@.service | |
parent | 69d7dfd7bf2b42391f827b81bd0041a0339830cc (diff) |
fixed systemd unit files
Diffstat (limited to 'debian/rhnop-client.nopsyncd@.service')
-rw-r--r-- | debian/rhnop-client.nopsyncd@.service | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rhnop-client.nopsyncd@.service b/debian/rhnop-client.nopsyncd@.service index 2f2b65a..153a39b 100644 --- a/debian/rhnop-client.nopsyncd@.service +++ b/debian/rhnop-client.nopsyncd@.service @@ -2,8 +2,10 @@ Description=Radio Helsinki Now Playing Daemon (Client: %i) [Service] +User=rhnop +Group=rhnop ExecStart=/usr/bin/nopsyncd %i -Restart=on-failure +Restart=always PrivateTmp=yes PrivateDevices=yes ProtectSystem=full |