11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
[Unit]
|
|
Description=Chromium browser
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
Rootfs=%h/containers/toolbox-rootfs
|
|
ContainerName=chromium
|
|
Exec=chromium --headless --no-sandbox --remote-debugging-port=9222 --user-data-dir=/root/.hermes/chrome-debug --no-first-run --no-default-browser-check
|
|
|
|
Pod=hermes.pod
|