Introduction
Introduction Statistics Contact Development Disclaimer Help
geomyidae.service - geomyidae - a small C-based gopherd (mirror)
git clone git://git.codemadness.org/geomyidae
Log
Files
Refs
README
LICENSE
---
geomyidae.service (313B)
---
1 [Unit]
2 Description=Geomyidae Gopher Server
3 After=network.target
4 Wants=network.target
5 StartLimitBurst=5
6 StartLimitIntervalSec=1
7 [Service]
8 Type=forking
9 Restart=on-abnormal
10 RestartSec=1
11 User=root
12 ExecStart=/usr/local/sbin/geomyidae -l /var/log/geomyidae.log -b /var/go…
13 [Install]
14 WantedBy=multi-user.target
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.