boddle: add WantedBy / After configuration to systemd service #1

Merged
nonapode merged 1 commit from systemd-wantedby into main 2025-12-02 16:31:04 +01:00
Owner

boddle is not automatically started, although it is enabled.
Fix that by adding a WantedBy to its systemd service.

boddle is not automatically started, although it is enabled. Fix that by adding a WantedBy to its systemd service.
Author
Owner

Builds with my current checkout of the main repository.

Builds with my current checkout of the main repository.
nonapode requested changes 2025-12-02 14:40:06 +01:00
Dismissed
flake.nix Outdated
@ -46,2 +33,2 @@
"${cfg.database}:%S/boddle/${cfg.nick}.db"
];
wantedBy = [ "multi-user.target" ];
after = [ "network-online.service" ];
Owner

isn't it network-online.target?

isn't it `network-online.target`?
Author
Owner

Yes... Only tested whether it builds, not whether it actually works. Fixed.

Yes... Only tested whether it builds, not whether it actually works. Fixed.
nonapode marked this conversation as resolved
horscchtey force-pushed systemd-wantedby from dbd706679b to 545d2f219b 2025-12-02 15:40:15 +01:00 Compare
nonapode approved these changes 2025-12-02 16:30:57 +01:00
nonapode deleted branch systemd-wantedby 2025-12-02 16:31:04 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
fbs42/boddle!1
No description provided.