aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/openggsn.service
blob: a34f3743537439213b7600eaf48d5b2f345f7c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=OpenGGSN
After=networking.service

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/ggsn -c /etc/ggsn.conf -f
RestartSec=2
RestartPreventExitStatus=1

[Install]
WantedBy=multi-user.target