Get rid of keepalive-tool

This commit is contained in:
Matti Viljanen 2021-07-25 20:55:01 +03:00
parent 5627c5fc47
commit e3b0fd5398
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ VER = 3.14
REL = 1
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_NAME=\"\\\"$$TARGET\\\"\"

View file

@ -19,7 +19,7 @@ Description=Battery Buddy background daemon
After=pre-user-session.target
[Service]
ExecStart=/usr/bin/keepalive-tool -- /usr/bin/harbour-batterybuddy-daemon --logfile
ExecStart=/usr/bin/harbour-batterybuddy-daemon --logfile
[Install]
WantedBy=user-session.target