sys-cluster/nomad/files/nomad.confd
changeset 237 2dec9f3e7ad5
parent 232 0bb5091b20b4
equal deleted inserted replaced
236:dd1dccdd8a6c 237:2dec9f3e7ad5
     1 # you can change the init script behavior by setting those parameters
     1 # you can change the init script behavior by setting those parameters
     2 # - group (default: nomad)
     2 # - group (default: nomad)
     3 # - pidfile (default: /run/nomad/nomad.pid)
     3 # - pidfile (default: /run/nomad/nomad.pid)
     4 # - user (default: nomad)
     4 # - user (default: nomad)
     5 
     5 
     6 # extra arguments for the consul agent
       
     7 command_args="-config=/etc/nomad.d"
       
     8 
       
     9 # upstream strongly recommends > 1
     6 # upstream strongly recommends > 1
    10 GOMAXPROCS=2
     7 GOMAXPROCS=2
       
     8 # extra arguments for nomad
       
     9 command_args="agent -config=/etc/nomad.d"