droppie: fix missing systemd wantedBy
without this, the systemd service does not start after a reboot
This commit is contained in:
parent
116f9301c4
commit
284ae0366a
|
@ -37,6 +37,7 @@ in
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
};
|
};
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue