node-l3qd.service 313 B

12345678910111213141516
  1. [Unit]
  2. Description=node-l3qd, The L3q daemon that runs on each compute node.
  3. After=network.target network-online.target
  4. Documentation=https://notabug.org/marcux/l3q/wiki/Home
  5. [Service]
  6. Type=simple
  7. ExecStart=/usr/bin/node-l3qd --daemon
  8. Restart=on-failure
  9. User=l3q
  10. Group=l3q
  11. [Install]
  12. WantedBy=multi-user.target