systemd update

This commit is contained in:
Sukchan Lee 2017-10-28 19:50:50 +09:00
parent c8ec3702d0
commit f72aa7a468
3 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,11 @@
[Unit]
Description=NextEPC HSS Daemon
After=networking.service
After=networking.service mongodb.service
[Service]
Type=simple
Restart=always
ExecStartPre=/bin/sleep 2
ExecStart=@BIN_DIR@/nextepc-hssd -f @SYSCONF_DIR@/nextepc/hss.conf
RestartSec=2
RestartPreventExitStatus=1

View file

@ -1,10 +1,11 @@
[Unit]
Description=NextEPC PCRF Daemon
After=networking.service
After=networking.service mongodb.service
[Service]
Type=simple
Restart=always
ExecStartPre=/bin/sleep 2
ExecStart=@BIN_DIR@/nextepc-pcrfd -f @SYSCONF_DIR@/nextepc/pcrf.conf
RestartSec=2
RestartPreventExitStatus=1

View file

@ -1,5 +1,5 @@
[Unit]
Description=NextEPC S-GW Daemon
Description=NextEPC P-GW Daemon
After=networking.service
[Service]