mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
22 lines
454 B
Desktop File
22 lines
454 B
Desktop File
[Unit]
|
|
Description=The gmid Gemini server
|
|
Documentation=https://gmid.omarpolo.com/
|
|
After=network-online.target syslog.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=gemini
|
|
Group=gemini
|
|
ExecStart=/usr/bin/gmid -f -c /etc/gmid.conf
|
|
ExecStop=/bin/kill -TERM $MAINPID
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
StandardOutput=journal
|
|
StandardError=inherit
|
|
SyslogIdentifier=gmid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|