krebs.secret: shell.escape file.service
This commit is contained in:
parent
f556a302f6
commit
b63d24d58e
@ -22,7 +22,7 @@ in {
|
|||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.systemd}/bin/systemctl restart ${file.service}";
|
ExecStart = "${pkgs.systemd}/bin/systemctl restart ${shell.escape file.service}";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
cfg.files
|
cfg.files
|
||||||
|
Loading…
Reference in New Issue
Block a user