github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/dist/systemd/nomad.service (about)

     1  [Unit]
     2  Description=Nomad
     3  Documentation=https://nomadproject.io/docs/
     4  
     5  [Service]
     6  ExecStart=/usr/bin/nomad agent -config /etc/nomad
     7  LimitNOFILE=65536
     8  
     9  [Install]
    10  WantedBy=multi-user.target