First Commit
This commit is contained in:
9
roles/nomad/files/nomad.service
Normal file
9
roles/nomad/files/nomad.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description="nomad"
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
TimeoutStartSec=1m
|
||||
ExecStart=/usr/bin/nomad agent -config /etc/nomad/config.hcl
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user