From 69a6f668b9cad6a2a9a7f580f577d84a9f18b708 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 10 Apr 2020 17:29:07 +0200 Subject: [PATCH] Get rid of install top directory Some content there is out of date, or should be mvoed to utils/ with the rest of installable stuff. Change-Id: I17ee94b175deb88faff71e7788c482093693f8a8 --- install/ofono.service | 11 -------- install/org.ofono.conf | 28 ------------------- install/osmo-gsm-tester-limits.conf | 4 --- utils/dbus-1/dbus_osmo-gsm-tester.conf | 9 ++++++ .../systemd}/osmo-gsm-tester.service | 0 5 files changed, 9 insertions(+), 43 deletions(-) delete mode 100644 install/ofono.service delete mode 100644 install/org.ofono.conf delete mode 100644 install/osmo-gsm-tester-limits.conf create mode 100644 utils/dbus-1/dbus_osmo-gsm-tester.conf rename {install => utils/systemd}/osmo-gsm-tester.service (100%) diff --git a/install/ofono.service b/install/ofono.service deleted file mode 100644 index 0aa9fbed..00000000 --- a/install/ofono.service +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100644 index 8b13c754..00000000 --- a/install/org.ofono.conf +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/install/osmo-gsm-tester-limits.conf b/install/osmo-gsm-tester-limits.conf deleted file mode 100644 index 1fb0738e..00000000 --- a/install/osmo-gsm-tester-limits.conf +++ /dev/null @@ -1,4 +0,0 @@ -# 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/utils/dbus-1/dbus_osmo-gsm-tester.conf b/utils/dbus-1/dbus_osmo-gsm-tester.conf new file mode 100644 index 00000000..d867833b --- /dev/null +++ b/utils/dbus-1/dbus_osmo-gsm-tester.conf @@ -0,0 +1,9 @@ + + + + + + + diff --git a/install/osmo-gsm-tester.service b/utils/systemd/osmo-gsm-tester.service similarity index 100% rename from install/osmo-gsm-tester.service rename to utils/systemd/osmo-gsm-tester.service