feat(recording): consolidate recording pipeline on server B
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Finalize local RTPEngine recordings for LisgloSIPS
|
||||
After=rtpengine-recording-daemon.service
|
||||
Requires=rtpengine-recording-daemon.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=rtpengine
|
||||
Group=rtpengine
|
||||
ExecStart=/usr/local/sbin/lisglosips-recording-finalize /dev/shm/voip_rec
|
||||
NoNewPrivileges=true
|
||||
PrivateTmp=true
|
||||
ProtectSystem=strict
|
||||
ProtectHome=true
|
||||
ReadWritePaths=/dev/shm/voip_rec
|
||||
Reference in New Issue
Block a user