Rename executable to eg25-manager

This brings more consistency with how other components are named
(repo, package, service file, manpages...).
This commit is contained in:
Arnaud Ferraris
2022-02-19 15:06:36 +01:00
parent 5e4c797695
commit 0e2311fb36
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Before=ModemManager.service
[Service]
Type=simple
ExecStart=@bindir@/eg25manager
ExecStart=@bindir@/eg25-manager
Restart=on-failure
ProtectControlGroups=true
ProtectHome=true

View File

@@ -25,7 +25,7 @@ if mmglib_dep.found()
endif
executable (
'eg25manager',
'eg25-manager',
src,
dependencies : mgr_deps,
link_with: gdbofono_lib,