These services evolve as munix evolves, so they should not be part of the system closures themselves. Mount them into /run/systemd instead. (Yes, making /run/systemd/system a symlink to RO files is unfortunate, that could be changed in the future. FS prep code is annoying too..)
9 lines
182 B
SYSTEMD
9 lines
182 B
SYSTEMD
[Unit]
|
|
Description=Wayland VM bridge socket
|
|
PartOf=wayland-bridge.service
|
|
|
|
[Socket]
|
|
FileDescriptorName=wayland
|
|
SocketGroup=appvm
|
|
SocketUser=appvm
|
|
ListenStream=/run/vm-user/wayland-1
|