Get rid of keepalive-tool
This commit is contained in:
parent
5627c5fc47
commit
e3b0fd5398
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ VER = 3.14
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Description=Battery Buddy background daemon
|
||||||
After=pre-user-session.target
|
After=pre-user-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/keepalive-tool -- /usr/bin/harbour-batterybuddy-daemon --logfile
|
ExecStart=/usr/bin/harbour-batterybuddy-daemon --logfile
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=user-session.target
|
WantedBy=user-session.target
|
||||||
|
|
Loading…
Reference in a new issue