mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 12:53:40 +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.
13 lines
220 B
Desktop File
13 lines
220 B
Desktop File
[Unit]
|
|
Description=Guacamole Proxy Daemon (guacd)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/sbin/guacd -f -b 127.0.0.1 -l 4822
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|