We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0636200 + 978643e commit 3fe36f4Copy full SHA for 3fe36f4
templates/nomad_debian.init.j2
@@ -18,7 +18,7 @@ DESC="Nomad, a distributed, highly available, datacenter-aware scheduler"
18
NAME="nomad"
19
DAEMON="{{ nomad_bin_dir }}/${NAME}"
20
PIDFILE="{{ nomad_run_dir }}/${NAME}.pid"
21
-DAEMON_ARGS="agent -config {{ nomad_config_dir }}2>&1"
+DAEMON_ARGS="agent -config {{ nomad_config_dir }} 2>&1"
22
USER="{{ nomad_user }}"
23
SCRIPTNAME="/etc/init.d/${NAME}"
24
0 commit comments