@linuxmaniac commented on this pull request.
+Description=Kamailio - the Open Source SIP Server
(instance %i)
+Documentation=man:kamailio(8)
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=forking
+User=kamailio
+Group=kamailio
+Environment='CFGFILE=/etc/kamailio/kamailio-%i.cfg'
+Environment='SHM_MEMORY=64'
+Environment='PKG_MEMORY=8'
+EnvironmentFile=-/etc/default/kamailio
+EnvironmentFile=-/etc/default/kamailio.d/*
+# PIDFile requires a full absolute path
+PIDFile=/run/kamailio/kamailio-%i.pid
you need to use /run/kamailio-%i/ here too
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3904#pullrequestreview-2193582689
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3904/review/2193582689(a)github.com>