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