File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ rtpproxy (3.1+dev1) unstable; urgency=medium
2525 * Keep ExecStart's pidfile flag pointed at /run/rtpproxy/rtpproxy.pid
2626 because the MAINPID environment variable is not available at start
2727 time.
28+ * Require and attach the rtpproxy.socket unit so manual service starts
29+ still receive the systemd-passed control socket descriptors.
2830
2931 -- Maxim Sobolev <sobomax@sippysoft.com> Wed, 15 May 2024 00:00:00 +0000
3032
Original file line number Diff line number Diff line change 11[Unit]
22Description =RTPProxy media relay
33Documentation =man:rtpproxy(8)
4- After =network.target
4+ Requires =rtpproxy.socket
5+ After =network.target rtpproxy.socket
56
67[Service]
78Type =notify
89User =rtpproxy
910Group =rtpproxy
1011EnvironmentFile =-/etc/sysconfig/rtpproxy
12+ Sockets =rtpproxy.socket
1113PIDFile =/run/rtpproxy/rtpproxy.pid
1214RuntimeDirectory =rtpproxy
1315RuntimeDirectoryMode =0755
You can’t perform that action at this time.
0 commit comments