Fix service creation

This commit is contained in:
2023-03-24 19:54:27 -04:00
부모 d88562e6a0
커밋 1164eaeb37

파일 보기

@@ -1231,6 +1231,7 @@ setServiceVars() {
;;
esac
debug "service_type=$service_type, USER=$USER"
if [[ $service_type == "system" && $USER != "root" ]]; then
SERVICE_FNAME="$service_dir/$service_name@.service"
TIMER_FNAME="$service_dir/$service_name@.timer"