All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Braindump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:53, 23 October 2022 Jan talk contribs created page CoreOS (Created page with " { "variant": "fcos", "version": "1.4.0", "systemd": { "units": [ { "name": "hello.service", "enabled": true, "contents": "[Unit]\nDescription=MyApp\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nTimeoutStartSec=0\nExecStartPre=-/bin/podman kill busybox1\nExecStartPre=-/bin/podman rm busybox1\nExecStartPre=/bin/podman pull busybox\nExecStart=/bin/podman run --name busybox1 busybox /bin/sh -c \"trap...")