From 54fa75b85c91bb4bb79960942f63968f6423f6a5 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 27 Sep 2017 12:04:54 +0200 Subject: contrib: Add osmo-stp systemd service file Change-Id: If6423222b5f1574701c48b5e93eb6c4918879d6c --- contrib/systemd/osmo-stp.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/systemd/osmo-stp.service diff --git a/contrib/systemd/osmo-stp.service b/contrib/systemd/osmo-stp.service new file mode 100644 index 0000000..5d06870 --- /dev/null +++ b/contrib/systemd/osmo-stp.service @@ -0,0 +1,11 @@ +[Unit] +Description=Osmocom STP (Signal Transfer Point) + +[Service] +Type=simple +Restart=always +ExecStart=/usr/bin/osmo-stp -c /etc/osmocom/osmo-stp.cfg +RestartSec=2 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3