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
2020-06-16 17:01:38 +02:00

16 lines
275 B
Desktop File

[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