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.
1 parent 0636200 commit 978643eCopy full SHA for 978643e
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