mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
270 B
SYSTEMD
12 lines
270 B
SYSTEMD
|
[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
|