blob: df3f019d0d77674a662584f68b8ad209f71d79cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=Radio Helsinki Now Playing Daemon (Server)
[Service]
User=rhnop
Group=rhnop
ExecStart=/usr/bin/nopfetchd
Restart=always
RestartSec=1s
StartLimitInterval=5
StartLimitBurst=6
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
[Install]
WantedBy=multi-user.target
|