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