[__single_binary_service] Do not use echo echo echo
This commit is contained in:
parent
afa48b1028
commit
3e77fbbb43
1 changed files with 4 additions and 2 deletions
6
manifest
6
manifest
|
@ -123,10 +123,12 @@ WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
)"
|
)"
|
||||||
fi
|
fi
|
||||||
echo ${SERVICE_DEFINITION} | __systemd_unit "${SERVICE_NAME}.service" \
|
__systemd_unit "${SERVICE_NAME}.service" \
|
||||||
--source "-" \
|
--source "-" \
|
||||||
--state "${STATE}" \
|
--state "${STATE}" \
|
||||||
--enablement-state "enabled"
|
--enablement-state "enabled" <<EOF
|
||||||
|
${SERVICE_DEFINITION}
|
||||||
|
EOF
|
||||||
service_require="${service_require} __systemd_unit/${SERVICE_NAME}.service"
|
service_require="${service_require} __systemd_unit/${SERVICE_NAME}.service"
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue