captiveportal_fakedns.service 233 B

12345678910111213
  1. [Unit]
  2. Description=YunoHost Wifi Captive Portal
  3. Requires=network.target
  4. After=network.target
  5. [Service]
  6. Type=oneshot
  7. User=root
  8. ExecStart=/usr/local/bin/captiveportal_fakedns
  9. RemainAfterExit=yes
  10. [Install]
  11. WantedBy=multi-user.target