admin-scripts/systemd/user/gmcapsuled.service
Jeffrey Serio b8246306d3 Reorganize
2024-06-23 08:10:36 -05:00

15 lines
295 B
Desktop File

[Unit]
Description=GmCapsule: extensible Gemini/Titan server
After=network.target
[Service]
Type=simple
ExecStart=/home/dietpi/.local/bin/gmcapsuled
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
Environment="PYTHONUNBUFFERED=1"
SyslogIdentifier=gmcapsule
[Install]
WantedBy=default.target