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

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

[Install]
WantedBy=multi-user.target