aboutsummaryrefslogtreecommitdiff
path: root/os_config/roles/nomad/files/nomad.service
blob: 50116befb01a169c82ac986a46a3ab034f6e2ccc (plain) (blame)
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