mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
12 lines
221 B
Desktop File
12 lines
221 B
Desktop File
[Unit]
|
|
Description=Nomad
|
|
Documentation=https://nomadproject.io/docs/
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/nomad agent -config /etc/nomad
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|