ynh-hotspot.service 253 B

12345678910111213
  1. [Unit]
  2. Description=YunoHost Wifi Hotspot.
  3. Requires=network.target
  4. After=network.target
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/usr/local/bin/ynh-hotspot start
  8. ExecStop=/usr/local/bin/ynh-hotspot stop
  9. RemainAfterExit=yes
  10. [Install]
  11. WantedBy=multi-user.target