diff options
Diffstat (limited to 'os/etc/s6-rc/config')
| -rw-r--r-- | os/etc/s6-rc/config/cgroups.conf | 6 | ||||
| -rw-r--r-- | os/etc/s6-rc/config/containerd.conf | 6 | ||||
| -rw-r--r-- | os/etc/s6-rc/config/evdoublebind.conf | 2 | ||||
| -rw-r--r-- | os/etc/s6-rc/config/log.conf | 6 | ||||
| -rw-r--r-- | os/etc/s6-rc/config/user.conf | 12 |
5 files changed, 32 insertions, 0 deletions
diff --git a/os/etc/s6-rc/config/cgroups.conf b/os/etc/s6-rc/config/cgroups.conf new file mode 100644 index 0000000..811c33a --- /dev/null +++ b/os/etc/s6-rc/config/cgroups.conf @@ -0,0 +1,6 @@ + +cgroup_opts=nodev,noexec,nosuid +cgroup_mode=unified +cgroup_controllers= +cgroup_memory_use_hierarchy=no +cgroupsize=10m diff --git a/os/etc/s6-rc/config/containerd.conf b/os/etc/s6-rc/config/containerd.conf new file mode 100644 index 0000000..69f104c --- /dev/null +++ b/os/etc/s6-rc/config/containerd.conf @@ -0,0 +1,6 @@ + +containerd_socket=/run/user/1000/containerd-rootless/containerd.sock +containerd_namespace=default +containerd_snapshotter=overlayfs +containerd_rootless_net=slirp4netns +containerd_rootless_port_driver=builtin diff --git a/os/etc/s6-rc/config/evdoublebind.conf b/os/etc/s6-rc/config/evdoublebind.conf new file mode 100644 index 0000000..345cc05 --- /dev/null +++ b/os/etc/s6-rc/config/evdoublebind.conf @@ -0,0 +1,2 @@ +KEYBOARD=/dev/input/by-path/platform-i8042-serio-0-event-kbd +MAPPING=58:1 diff --git a/os/etc/s6-rc/config/log.conf b/os/etc/s6-rc/config/log.conf new file mode 100644 index 0000000..7800a08 --- /dev/null +++ b/os/etc/s6-rc/config/log.conf @@ -0,0 +1,6 @@ + +# log base directory +LOG_DIR=/run/log + +# configure the s6-log defaults +LOG_DIRECTIVES="n2 s2000000 T" diff --git a/os/etc/s6-rc/config/user.conf b/os/etc/s6-rc/config/user.conf new file mode 100644 index 0000000..8dc4d1b --- /dev/null +++ b/os/etc/s6-rc/config/user.conf @@ -0,0 +1,12 @@ + +USER=robert + +# NOTE: use city2coords + +# berlin +#LAT=56.94 +#LON=24.11 + +# japan +LAT=36.32 +LON=139.00 |