mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 17:37:53 +02:00
14 lines
291 B
SYSTEMD
14 lines
291 B
SYSTEMD
[Unit]
|
|
Description=Rivendell Radio Automation System
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
#Documentation=man:drouterd(8) man:dmap(1) man:dlist(1)
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@prefix@/sbin/rdservice
|
|
PrivateTmp=true
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|