summarylogtreecommitdiffstats
path: root/nomad-server.service
blob: 92564ff1ebb5a8ed9039c1ddc5f7cf8a3d119a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Nomad cluster scheduling server agent
Documentation=https://www.nomadproject.io/docs/agent/
Requires=network-online.target
After=network-online.target

[Service]
ExecStart=/usr/bin/nomad agent -server -config /etc/nomad/server.conf

[Install]
WantedBy=multi-user.target