configs/arch-config/etc/systemd/system/vmware-networks.service.d/override.conf
RealStickman ad632c11fe Workaround for shell expansions
systemd services do not allow shell expansions to work. As a
    workaround, /bin/sh is used to call the desired commands
2023-05-05 15:12:36 +02:00

4 lines
130 B
Plaintext

[Service]
ExecStartPost=/bin/sh -c "/usr/bin/chgrp vmware /dev/vmnet*"
ExecStartPost=/bin/sh -c "/usr/bin/chmod g+rw /dev/vmnet*"