Skip to content

Commit 032e95b

Browse files
authored
config(modules/withdrawals-automation): Remove wantedBy option
The service does not need to be launched on a reboot or configuration switch because a timer starts it.
1 parent cc1cc9f commit 032e95b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/lido/withdrawals-automation/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
systemd.services.lido-withdrawals-automation = {
9898
description = "Lido Withdrawals Automation";
9999

100-
wantedBy = [ "multi-user.target" ];
101-
102100
environment = toEnvVariables cfg.args;
103101

104102
path = [ package ];

0 commit comments

Comments
 (0)