admin-scripts/systemd/user/gmcapsuled.service

15 lines
292 B
SYSTEMD
Raw Normal View History

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