mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
* Added a warning to files derived by the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
19 lines
341 B
SYSTEMD
19 lines
341 B
SYSTEMD
@GENERATED_SCRIPT_FILE_WARNING@
|
|
|
|
[Unit]
|
|
Description=Rivendell Radio Automation System
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
LimitNOFILE=4096
|
|
Type=simple
|
|
ExecStart=@prefix@/sbin/rdservice
|
|
PrivateTmp=false
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=120
|
|
StartLimitBurst=50
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|