added mattermost
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user