Enable timer for real
This commit is contained in:
parent
69af06d78a
commit
6e11b80b40
|
@ -60,6 +60,7 @@ in
|
||||||
unitConfig = { };
|
unitConfig = { };
|
||||||
};
|
};
|
||||||
systemd.services.smart-ipv6-rotator = {
|
systemd.services.smart-ipv6-rotator = {
|
||||||
|
wantedBy = [ "timers.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${ipv6-rotator}/bin/smart-ipv6-rotator run";
|
ExecStart = "${ipv6-rotator}/bin/smart-ipv6-rotator run";
|
||||||
|
|
Loading…
Reference in a new issue