aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2014-08-20 15:08:12 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2014-08-21 10:15:33 +0200
commitc190896437b332d3fa2093b3f489810b48e3c90c (patch)
tree28334dc9c06d9aa46bc9c7e979372ab55bdef6c0
parent5816bcfaff8dce35345fa0955082d8c761618017 (diff)
openggsn.service: Add Install section to systemd service file
This way the service can be enabled through > systemctl enable openggsn
-rw-r--r--contrib/openggsn.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/openggsn.service b/contrib/openggsn.service
index 82f953a..35301cd 100644
--- a/contrib/openggsn.service
+++ b/contrib/openggsn.service
@@ -7,3 +7,6 @@ Restart=always
ExecStart=/usr/bin/ggsn -c /etc/ggsn.conf -f
RestartSec=2
RestartPreventExitStatus=1
+
+[Install]
+WantedBy=multi-user.target