diff --git a/cgcs-patch/debian/deb_folder/cgcs-patch.install b/cgcs-patch/debian/deb_folder/cgcs-patch.install index 8a0968f3..6329f142 100644 --- a/cgcs-patch/debian/deb_folder/cgcs-patch.install +++ b/cgcs-patch/debian/deb_folder/cgcs-patch.install @@ -8,3 +8,4 @@ etc/init.d/sw-patch lib/systemd/system/sw-patch.service etc/goenabled.d/patch_check_goenabled.sh etc/logrotate.d/patching +debian/systemd/00-cgcs-patch.preset etc/systemd/system-preset diff --git a/cgcs-patch/debian/deb_folder/systemd/00-cgcs-patch.preset b/cgcs-patch/debian/deb_folder/systemd/00-cgcs-patch.preset new file mode 100644 index 00000000..4e6c6c7f --- /dev/null +++ b/cgcs-patch/debian/deb_folder/systemd/00-cgcs-patch.preset @@ -0,0 +1,4 @@ +enable sw-patch-controller.service +enable sw-patch-controller-daemon.service +enable sw-patch-agent.service +enable sw-patch.service