boddle: add WantedBy / After configuration to systemd service #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "systemd-wantedby"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
boddle is not automatically started, although it is enabled.
Fix that by adding a WantedBy to its systemd service.
Builds with my current checkout of the main repository.
@ -46,2 +33,2 @@"${cfg.database}:%S/boddle/${cfg.nick}.db"];wantedBy = [ "multi-user.target" ];after = [ "network-online.service" ];isn't it
network-online.target?Yes... Only tested whether it builds, not whether it actually works. Fixed.
dbd706679bto545d2f219b