1
0
mirror of https://git.shadowkat.net/izaya/tiny-gopherd.git synced 2024-09-27 06:35:22 -04:00
tiny-gopherd/install/tiny-gopherd.service

15 lines
257 B
SYSTEMD
Raw Normal View History

2019-02-18 22:18:46 -05:00
[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