Bug hunting

This commit is contained in:
2022-01-13 22:15:47 -05:00
parent 559a9eebae
commit 1817c3ca79

View File

@@ -926,6 +926,7 @@ setServiceVars() {
fi fi
if [[ "$SERVICE_TYPE" == "system" ]]; then if [[ "$SERVICE_TYPE" == "system" ]]; then
echo HERE
systemctl_reload_cmd(){ sudo systemctl daemon-reload; } systemctl_reload_cmd(){ sudo systemctl daemon-reload; }
systemctl_enable_cmd(){ sudo systemctl enable --now "$@"; } systemctl_enable_cmd(){ sudo systemctl enable --now "$@"; }
systemctl_disable_cmd(){ sudo systemctl disable --now "$@"; } systemctl_disable_cmd(){ sudo systemctl disable --now "$@"; }