infrastructure/ansible/roles/nomad/files/nomad.service

14 lines
233 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
Wants=network-online.target
After=glusterd.service
Wants=glusterd.service
2019-06-01 14:02:49 +00:00
[Service]
ExecStart=/usr/local/bin/nomad agent -config /etc/nomad
[Install]
WantedBy=multi-user.target