Skip to content
Snippets Groups Projects
Unverified Commit 844da8f0 authored by Ritesh Raj Sarraf's avatar Ritesh Raj Sarraf
Browse files

Fix: Prevent automatic service installation


Currently tests fail as the configuration file is not set-up properly and
service is enabled by default.
Remove automatic systemd service installation to prevent starting the
agent before user configured it.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 447bc313
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Apertis hawkBit agent
ConditionPathExists=/etc/apertis-hawkbit-agent.ini
[Service]
ExecStart=@libexecdir@/apertis-hawkbit-agent
......
......@@ -11,3 +11,6 @@ export LC_ALL=C.UTF-8
%:
dh $@ --buildsystem=meson
override_dh_systemd_enable:
dh_systemd_enable --name=apertis-hawkbit-agent --no-enable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment