Tiny gopher daemon written in Lua.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

tiny-gopherd.service 257B

1234567891011121314
  1. [Unit]
  2. Description=Tiny gopher daemon
  3. After=network.target
  4. StartLimitIntervalSec=0
  5. [Service]
  6. Type=simple
  7. Restart=always
  8. RestartSec=1
  9. User=www-data
  10. ExecStart=/usr/bin/env lua /var/www//gopherd.lua /etc/tiny-gopherd.cfg
  11. [Install]
  12. WantedBy=multi-user.target