blob: ca3e5d3b0d8a35bb2b8214a7a1dbe17646d0ad3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Radio Helsinki Playout State Daemon
[Service]
User=rhnop
Group=rhnop
ExecStart=/usr/bin/nopsysstated
Restart=always
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
[Install]
WantedBy=multi-user.target
|