diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-09-27 12:04:54 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-09-27 12:04:54 +0200 |
commit | 54fa75b85c91bb4bb79960942f63968f6423f6a5 (patch) | |
tree | 39bb852178a99fc732d240c4fd675f883a15bed4 | |
parent | ba57d31b35293b8f4afa09b540ae208669fbfe37 (diff) |
contrib: Add osmo-stp systemd service file
Change-Id: If6423222b5f1574701c48b5e93eb6c4918879d6c
-rw-r--r-- | contrib/systemd/osmo-stp.service | 11 |
1 files changed, 11 insertions, 0 deletions
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 |