From 893a00976a66691f6a5475d67d4fa0ef47963b1e Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Sat, 2 Feb 2019 19:39:31 +0100 Subject: [PATCH] marsadm: enable all existing templates --- userspace/marsadm | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/marsadm b/userspace/marsadm index b9afe43c..18493add 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -388,6 +388,7 @@ sub instantiate_systemd_unit { print OUT $text; close(OUT); rename("$outfile.tmp", $outfile); + systemctl("enable '$replac'"); return (1, $outfile); }