daniel has submitted this change and it was merged. Change subject: Add systemd service file ......................................................................
Add systemd service file Change-Id: I7fe9d4e0a8520c6394156bc2871777c6c38b0600 --- A contrib/systemd/osmo-hlr.service 1 file changed, 11 insertions(+), 0 deletions(-) Approvals: Max: Looks good to me, but someone else must approve Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/contrib/systemd/osmo-hlr.service b/contrib/systemd/osmo-hlr.service new file mode 100644 index 0000000..64e369d --- /dev/null +++ b/contrib/systemd/osmo-hlr.service @@ -0,0 +1,11 @@ +[Unit] +Description=Osmocom Home Location Register (OsmoHLR) + +[Service] +Type=simple +Restart=always +ExecStart=/usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db +RestartSec=2 + +[Install] +WantedBy=multi-user.target -- To view, visit https://gerrit.osmocom.org/2464 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7fe9d4e0a8520c6394156bc2871777c6c38b0600 Gerrit-PatchSet: 2 Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Owner: daniel <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Max <[email protected]> Gerrit-Reviewer: daniel <[email protected]> Gerrit-Reviewer: neels <[email protected]>
