forked from Deuxfleurs/infrastructure
9 lines
131 B
Desktop File
9 lines
131 B
Desktop File
[Unit]
|
|
Description=Nomad
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/nomad agent -config /etc/nomad
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|