2026-02-20 16:55:44 -05:00
|
|
|
[Unit]
|
|
|
|
|
Description=Chat Grid signaling server
|
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
User=bestmidi
|
|
|
|
|
Group=bestmidi
|
|
|
|
|
WorkingDirectory=/home/bestmidi/chgrid/server
|
|
|
|
|
Environment=PATH=/home/bestmidi/chgrid/server/.venv/bin:/usr/bin:/bin
|
2026-02-21 02:52:01 -05:00
|
|
|
ExecStartPre=/usr/bin/mkdir -p /home/bestmidi/chgrid/server/runtime
|
2026-02-20 16:55:44 -05:00
|
|
|
ExecStart=/home/bestmidi/chgrid/server/.venv/bin/python main.py --config /home/bestmidi/chgrid/server/config.toml
|
2026-02-21 02:52:01 -05:00
|
|
|
StandardOutput=append:/home/bestmidi/chgrid/server/runtime/server.log
|
|
|
|
|
StandardError=append:/home/bestmidi/chgrid/server/runtime/server.log
|
2026-02-20 16:55:44 -05:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=3
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|