mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
106b556ce7
Provide ready-to-use nginx, systemd, and environment configs for bare-metal installs. Community Proxmox scripts currently sed-hack the Docker nginx.conf with patterns that don't match, causing broken pid/log paths and tmpfiles issues on reboot.
17 lines
322 B
Desktop File
17 lines
322 B
Desktop File
[Unit]
|
|
Description=Termix Backend
|
|
After=network.target guacd.service
|
|
Wants=guacd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/opt/termix
|
|
EnvironmentFile=/opt/termix/.env
|
|
ExecStart=/usr/bin/node /opt/termix/dist/backend/backend/starter.js
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|