openggsn.service: Add Install section to systemd service file

This way the service can be enabled through
> systemctl enable openggsn
This commit is contained in:
Daniel Willmann
2014-08-20 15:08:12 +02:00
committed by Daniel Willmann
parent 5816bcfaff
commit c190896437

View File

@@ -7,3 +7,6 @@ Restart=always
ExecStart=/usr/bin/ggsn -c /etc/ggsn.conf -f ExecStart=/usr/bin/ggsn -c /etc/ggsn.conf -f
RestartSec=2 RestartSec=2
RestartPreventExitStatus=1 RestartPreventExitStatus=1
[Install]
WantedBy=multi-user.target