Skip to content

Commit

Permalink
pkg/kamailio: Fixed systemd unit failure on server boot
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-safarov committed May 17, 2017
1 parent f314edc commit 1528c1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkg/kamailio/centos/7/kamailio.service
@@ -1,6 +1,8 @@
[Unit]
Description=Kamailio (OpenSER) - the Open Source SIP Server
After=network.target
Documentation=man:kamailio(8) https://www.kamailio.org/
Wants=network-online.target
After=network-online.target

[Service]
Type=forking
Expand Down
4 changes: 3 additions & 1 deletion pkg/kamailio/fedora/17/kamailio.service
@@ -1,6 +1,8 @@
[Unit]
Description=Kamailio (OpenSER) - the Open Source SIP Server
After=syslog.target network.target
Documentation=man:kamailio(8) https://www.kamailio.org/
Wants=network-online.target
After=syslog.target network-online.target

[Service]
Type=forking
Expand Down

0 comments on commit 1528c1f

Please sign in to comment.