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