16 lines
392 B
Desktop File
16 lines
392 B
Desktop File
[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
|