[PATCH] osmo-sip-connector[master]: contrib: Add systemd service file

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Feb 16 16:04:41 UTC 2018


Review at  https://gerrit.osmocom.org/6522

contrib: Add systemd service file

Change-Id: I36dd16b75beb4d9bd8081aca6e44c5b72e58fead
---
A contrib/systemd/osmo-sip-connector.service
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/22/6522/1

diff --git a/contrib/systemd/osmo-sip-connector.service b/contrib/systemd/osmo-sip-connector.service
new file mode 100644
index 0000000..e44ab9b
--- /dev/null
+++ b/contrib/systemd/osmo-sip-connector.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Osmo SIP Connector
+Wants=osmo-sip-connector.service
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target

-- 
To view, visit https://gerrit.osmocom.org/6522
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36dd16b75beb4d9bd8081aca6e44c5b72e58fead
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list