- archlinux: PKGBUILD - systemd: services - systemd: tmpfiles.d Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
12 lines
270 B
Desktop File
12 lines
270 B
Desktop File
[Unit]
|
|
Description=OpenSIPS daemon
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/opensips.pid
|
|
ExecStart=/usr/bin/opensips -f /etc/opensips/opensips.cfg -w /var/tmp -P /run/opensips.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|