Explorar el Código

Fix service creation

bryan hace 2 años
padre
commit
1164eaeb37
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -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"