Tiny gopher daemon written in Lua.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
257B

  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