marsadm: regenerate templates on set-systemd-unit

This commit is contained in:
Thomas Schoebel-Theuer 2019-02-03 15:01:55 +01:00 committed by Thomas Schoebel-Theuer
parent 888cefb020
commit 334ea01b6a
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ sub set_systemd_unit {
_create_delete($want_path); _create_delete($want_path);
} }
finish_links(); finish_links();
_systemd_trigger($cmd); systemd_trigger($cmd);
} }
################################################################## ##################################################################