blob: 2783cca3928ad5a5a3c45c37fd3279404ca895ef (
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/nopsyncd
Restart=on-failure
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
[Install]
WantedBy=multi-user.target
|