ynh-piratebox.service 264 B

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