letmeinfwd.service 527 B

1234567891011121314151617181920212223242526
  1. [Unit]
  2. Description=letmeinfwd daemon
  3. Requires=letmeinfwd.socket nftables.service
  4. PartOf=letmeinfwd.socket
  5. StartLimitIntervalSec=0
  6. [Service]
  7. Type=notify
  8. NotifyAccess=main
  9. ExecStart=/opt/letmein/bin/letmeinfwd
  10. ExecReload=/bin/kill -HUP $MAINPID
  11. RuntimeDirectory=letmeinfwd
  12. RuntimeDirectoryMode=0750
  13. StandardOutput=journal
  14. StandardError=journal
  15. Restart=on-failure
  16. RestartSec=10
  17. User=root
  18. Group=letmeind
  19. Nice=0
  20. [Install]
  21. # We can't do socket-activation.
  22. # This service opens the letmeind control port.
  23. WantedBy=multi-user.target