Skip to content

Instantly share code, notes, and snippets.

@sevki
Created July 5, 2020 14:18
Show Gist options
  • Save sevki/506669cdfe501bb1390c32a397af09a0 to your computer and use it in GitHub Desktop.
Save sevki/506669cdfe501bb1390c32a397af09a0 to your computer and use it in GitHub Desktop.
[Unit]
Description=Nomad
Documentation=https://nomadproject.io/docs/
Wants=network-online.target
After=network-online.target
[Service]
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/nomad agent -config /etc/nomad.d
KillMode=process
KillSignal=SIGINT
LimitNOFILE=infinity
LimitNPROC=infinity
Restart=on-failure
RestartSec=2
StartLimitBurst=3
StartLimitIntervalSec=10
TasksMax=infinity
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment