droppie: fix missing systemd wantedBy

without this, the systemd service does not start after a reboot
This commit is contained in:
teutat3s 2022-08-23 17:03:34 +02:00
parent 116f9301c4
commit 284ae0366a
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -37,6 +37,7 @@ in
Restart = "always";
RestartSec = "5s";
};
wantedBy = [ "multi-user.target" ];
};
};
}