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";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue