feat: Init

This commit is contained in:
Wanjohi
2026-04-03 00:33:36 +03:00
parent b743dab332
commit 13db20bad9
499 changed files with 2311 additions and 80039 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Prepare VM user runtime directory
DefaultDependencies=no
Before=nestri-wayland-proxy.socket nestri-pwbridge.socket nestri-session-bus.socket
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'mkdir -p /run/vm-user && chown 1000:1000 /run/vm-user && chmod 700 /run/vm-user'
RemainAfterExit=yes
[Install]
WantedBy=microvm.target