mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
15 lines
292 B
Desktop File
15 lines
292 B
Desktop File
[Unit]
|
|
Description=GmCapsule: extensible Gemini/Titan server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/jas/.local/bin/gmcapsuled
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
Environment="PYTHONUNBUFFERED=1"
|
|
SyslogIdentifier=gmcapsule
|
|
|
|
[Install]
|
|
WantedBy=default.target
|