admin-scripts/systemd/user/gmcapsuled.service

15 lines
292 B
SYSTEMD
Raw Normal View History

2024-04-03 05:06:54 +02:00
[Unit]
Description=GmCapsule: extensible Gemini/Titan server
After=network.target
[Service]
Type=simple
2024-07-24 02:39:26 +02:00
ExecStart=/home/jas/.local/bin/gmcapsuled
2024-04-03 05:06:54 +02:00
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
Environment="PYTHONUNBUFFERED=1"
SyslogIdentifier=gmcapsule
[Install]
WantedBy=default.target