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