
Podman doesn't actually support `network-online.target` in quadlets because systemd user sessions cannot see system units. https://blog.podman.io/2024/10/podman-5-3-changes-for-improved-networking-experience-with-pasta/
17 lines
376 B
Text
17 lines
376 B
Text
[Unit]
|
|
Description=Hoarder chrome browser
|
|
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=ghcr.io/zenika-hub/alpine-chrome:123
|
|
ContainerName=hoarder-chrome
|
|
HostName=hoarder-chrome
|
|
|
|
Exec=--no-sandbox --disable-gpu --disable-dev-shm-usage --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --hide-scrollbars
|