aboutsummaryrefslogtreecommitdiff
path: root/os/config/roles/nomad/files/nomad.service
diff options
context:
space:
mode:
Diffstat (limited to 'os/config/roles/nomad/files/nomad.service')
-rw-r--r--os/config/roles/nomad/files/nomad.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/os/config/roles/nomad/files/nomad.service b/os/config/roles/nomad/files/nomad.service
new file mode 100644
index 0000000..50116be
--- /dev/null
+++ b/os/config/roles/nomad/files/nomad.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Nomad
+After=network-online.target
+After=glusterd.service
+After=consul.service
+Wants=network-online.target
+Wants=glusterd.service
+Wants=consul.service
+
+[Service]
+ExecStart=/usr/local/bin/nomad agent -config /etc/nomad
+
+[Install]
+WantedBy=multi-user.target
+