This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/ansible/roles/nomad/files/nomad.service

16 lines
275 B
SYSTEMD
Raw Normal View History

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