1 2 3 4 5 6 7 8 9 10 11 12 13 14 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