16 lines
368 B
INI
16 lines
368 B
INI
[Unit]
|
|
Description=Guacamole Server Daemon
|
|
|
|
[Container]
|
|
ContainerName=guacd
|
|
Image=gitea.iot.cudanet.org/administrator/quadlets/guacd:1.6.0
|
|
Network=guacamole.network
|
|
|
|
[Service]
|
|
Restart=always
|
|
ExecStartPre=-/usr/bin/podman rm -f guacd
|
|
|
|
[Install]
|
|
# This tells systemd to start the container when the OS reaches normal boot state
|
|
WantedBy=multi-user.target default.target
|