mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
17 lines
352 B
Desktop File
17 lines
352 B
Desktop File
[Unit]
|
|
Description=GmCapsule: extensible Gemini/Titan server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/gmcapsuled -c /etc/gmcapsule/config.ini
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
Environment="PYTHONUNBUFFERED=1"
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=gmcapsule
|
|
|
|
[Install]
|
|
WantedBy=default.target
|