slurm-restd-custom.service 196 B

12345678910
  1. [Unit]
  2. Description = Start slurm restd
  3. [Service]
  4. ExecStart = slurmrestd -a rest_auth/jwt -s openapi/v0.0.36 "0.0.0.0:6820"
  5. Restart = always
  6. RestartSec = 15
  7. [Install]
  8. WantedBy = multi-user.target