mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-26 06:30:19 +02:00
* Fixed a typo in the systemd unit file that caused an "Unknown lvalue 'RestartLimitInterval' in section 'Service'" warning to be generated when installing the base RPM.
16 lines
290 B
SYSTEMD
16 lines
290 B
SYSTEMD
[Unit]
|
|
Description=Rivendell Radio Automation System
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@prefix@/sbin/rdservice
|
|
PrivateTmp=true
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=120
|
|
StartLimitBurst=50
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|