forked from Deuxfleurs/infrastructure
13 lines
233 B
Desktop File
13 lines
233 B
Desktop File
[Unit]
|
|
Description=Nomad
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
After=glusterd.service
|
|
Wants=glusterd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/nomad agent -config /etc/nomad
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|