1
0
의 미러 https://git.shadowkat.net/izaya/tiny-gopherd.git synced 2024-09-20 19:06:41 -04:00
tiny-gopherd/install/tiny-gopherd.service
2019-02-19 14:18:46 +11:00

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