Blob


1 [Unit]
2 Description=The gmid Gemini server
3 After=syslog.target network.target
4 Wants=network-online.target
6 [Service]
7 Type=forking
8 ExecStart=/usr/local/bin/gmid -c /etc/gmid.conf
9 # to start the daemon as a dedicated user:
10 #User=_gmid
11 #Group=_gmid
13 [Install]
14 WantedBy=multi-user.target