15 lines
257 B
Desktop File
15 lines
257 B
Desktop File
[Unit]
|
|
Description=Tiny gopher daemon
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
User=www-data
|
|
ExecStart=/usr/bin/env lua /var/www//gopherd.lua /etc/tiny-gopherd.cfg
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|