mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-02 08:23:06 +01:00
15 lines
292 B
SYSTEMD
15 lines
292 B
SYSTEMD
|
[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
|