ynh-torclient.service 265 B

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