From dae3d3c47906379061d57854fd140e8a7a12a25c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 28 Mar 2017 12:16:58 +0200 Subject: initial import The original osmo-gsm-tester was an internal development at sysmocom, mostly by D. Laszlo Sitzer , of which this public osmo-gsm-tester is a refactoring / rewrite. This imports an early state of the refactoring and is not functional yet. Bits from the earlier osmo-gsm-tester will be added as needed. The earlier commit history is not imported. --- install/ofono.service | 11 +++++++++++ install/org.ofono.conf | 28 ++++++++++++++++++++++++++++ install/osmo-gsm-tester-limits.conf | 4 ++++ install/osmo-gsm-tester.service | 11 +++++++++++ 4 files changed, 54 insertions(+) create mode 100644 install/ofono.service create mode 100644 install/org.ofono.conf create mode 100644 install/osmo-gsm-tester-limits.conf create mode 100644 install/osmo-gsm-tester.service (limited to 'install') diff --git a/install/ofono.service b/install/ofono.service new file mode 100644 index 0000000..0aa9fbe --- /dev/null +++ b/install/ofono.service @@ -0,0 +1,11 @@ +# systemd service file for the ofono daemon +[Unit] +Description=oFono + +[Service] +ExecStart=/usr/local/src/ofono/src/ofonod -n +Restart=always +StartLimitInterval=0 + +[Install] +WantedBy=multi-user.target diff --git a/install/org.ofono.conf b/install/org.ofono.conf new file mode 100644 index 0000000..8b13c75 --- /dev/null +++ b/install/org.ofono.conf @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install/osmo-gsm-tester-limits.conf b/install/osmo-gsm-tester-limits.conf new file mode 100644 index 0000000..1fb0738 --- /dev/null +++ b/install/osmo-gsm-tester-limits.conf @@ -0,0 +1,4 @@ +# place this file in /etc/security/limits.d to allow core files when a program +# crashes; for osmo-gsm-tester. +root - core unlimited +* - core unlimited diff --git a/install/osmo-gsm-tester.service b/install/osmo-gsm-tester.service new file mode 100644 index 0000000..02225d7 --- /dev/null +++ b/install/osmo-gsm-tester.service @@ -0,0 +1,11 @@ +# systemd service file for the osmo-gsm-tester daemon +[Unit] +Description=Osmocom GSM Tester + +[Service] +ExecStart=/usr/local/src/osmo-gsm-tester/osmo-gsm-tester +Restart=on-abort +StartLimitInterval=0 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3