mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
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>
This commit is contained in:
@@ -9,7 +9,8 @@ LimitNOFILE=4096
|
||||
Type=simple
|
||||
ExecStart=@prefix@/sbin/rdservice
|
||||
Environment=JACK_PROMISCUOUS_SERVER=audio
|
||||
PrivateTmp=false
|
||||
PrivateTmp=true
|
||||
JoinsNamespaceOf=@APACHE_PKG@
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
StartLimitInterval=120
|
||||
|
Reference in New Issue
Block a user