ynh-hotspot.service 326 B

123456789101112131415
  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. ExecRestart=/usr/local/bin/ynh-hotspot restart
  9. ExecStop=/usr/local/bin/ynh-hotspot stop
  10. RemainAfterExit=yes
  11. [Install]
  12. WantedBy=multi-user.target
  13. Alias=ynh-hotspot.service