Skip to content
Snippets Groups Projects
Commit 94bf1c34 authored by ale's avatar ale
Browse files

properly quote vars

parent bbfe0975
Branches
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ Environment=BIND_ADDR=127.0.0.1
Environment=PORT=1616
EnvironmentFile=-/etc/default/ai-auth-server
ExecStart=/usr/bin/ai-auth-server \
--config=$CONFIG \
--port=$PORT \
--addr=$BIND_ADDR \
--config=${CONFIG} \
--port=${PORT} \
--addr=${BIND_ADDR} \
$DAEMON_ARGS
Restart=always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment