From 2b229ffaef4d82ec87dc37d274ae62a7c214da7a Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 26 Apr 2017 16:21:43 +0200 Subject: gbproxy: add example .service Change-Id: Ic8144777a77efce4bad44abf6c6abde12fc5149c Related: SYS#3610 --- openbsc/contrib/systemd/osmo-gbproxy.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openbsc/contrib/systemd/osmo-gbproxy.service diff --git a/openbsc/contrib/systemd/osmo-gbproxy.service b/openbsc/contrib/systemd/osmo-gbproxy.service new file mode 100644 index 000000000..a0b7829db --- /dev/null +++ b/openbsc/contrib/systemd/osmo-gbproxy.service @@ -0,0 +1,12 @@ +[Unit] +Description=Osmocom Gb proxy + +[Service] +Type=simple +ExecStart=/usr/bin/osmo-gbproxy -c /etc/osmocom/osmo-gbproxy.cfg +Restart=always +RestartSec=2 +RestartPreventExitStatus=1 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3