softflowd.service 208 B

123456789101112
  1. [Unit]
  2. Description=Flow-based network traffic analyser
  3. Documentation=man:softflowd(8)
  4. [Service]
  5. Type=oneshot
  6. ExecStart=/bin/true
  7. ExecReload=/bin/true
  8. RemainAfterExit=on
  9. [Install]
  10. WantedBy=multi-user.target