dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43210?usp=email )
Change subject: contrib: remove onomondo-eim.service systemd example ......................................................................
contrib: remove onomondo-eim.service systemd example
The file onomondo-eim.service is is an example to illustrate how onomondo-eim could be started using systemd. However, this file is outdated and we do not use it anywhere. So let's remove it. If required, we can always add a new, working example at some later point.
Related: SYS#8100 Change-Id: I78edeeb88fc1003483db996dce8e42f149ed5aff --- D contrib/onomondo-eim.service 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/10/43210/1
diff --git a/contrib/onomondo-eim.service b/contrib/onomondo-eim.service deleted file mode 100644 index 35d8335..0000000 --- a/contrib/onomondo-eim.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=onomondo-eim - -[Service] -Type=simple -ExecStart=/path/to/my/onomondo_eim/_rel/onomondo_eim_release/bin/onomondo_eim_release foreground - -[Install] -WantedBy=multi-user.target \ No newline at end of file