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