mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-01 10:53:08 +03:00
14 lines
366 B
Desktop File
14 lines
366 B
Desktop File
[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
|