infrastructure/os/config/roles/nomad/files/nomad.service

16 lines
275 B
SYSTEMD
Raw Normal View History

2019-06-01 16:02:49 +02:00
[Unit]
Description=Nomad
2020-06-16 16:28:24 +02:00
After=network-online.target
After=glusterd.service
2020-06-16 17:01:38 +02:00
After=consul.service
Wants=network-online.target
2020-06-16 16:28:24 +02:00
Wants=glusterd.service
2020-06-16 17:01:38 +02:00
Wants=consul.service
2019-06-01 16:02:49 +02:00
[Service]
ExecStart=/usr/local/bin/nomad agent -config /etc/nomad
[Install]
WantedBy=multi-user.target