mirror of https://github.com/schoebel/mars
marsadm: enable all existing templates
This commit is contained in:
parent
334ea01b6a
commit
893a00976a
|
@ -388,6 +388,7 @@ sub instantiate_systemd_unit {
|
|||
print OUT $text;
|
||||
close(OUT);
|
||||
rename("$outfile.tmp", $outfile);
|
||||
systemctl("enable '$replac'");
|
||||
return (1, $outfile);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue