Rivendellaudio/systemd/rivendell.service.in
Fred Gleason f4c95da044 2025-01-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the WebGet service that caused uploads to fail when
	using an Apache package with 'PrivateTmp=true' set in it's Systemd
	service definition.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2025-01-24 14:08:06 -05:00

21 lines
425 B
SYSTEMD

@GENERATED_SCRIPT_FILE_WARNING@
[Unit]
Description=Rivendell Radio Automation System
After=network.target remote-fs.target nss-lookup.target sound.target
[Service]
LimitNOFILE=4096
Type=simple
ExecStart=@prefix@/sbin/rdservice
Environment=JACK_PROMISCUOUS_SERVER=audio
PrivateTmp=true
JoinsNamespaceOf=@APACHE_PKG@
Restart=always
RestartSec=2
StartLimitInterval=120
StartLimitBurst=50
[Install]
WantedBy=multi-user.target