lima-vm / socket_vmnet

vmnet.framework support for unmodified rootless QEMU (no dependency on VDE)
Apache License 2.0
93 stars 15 forks source link

Remove /var/run files on uninstall #9

Closed spowelljr closed 1 year ago

spowelljr commented 1 year ago

Before:

$ sudo make uninstall
$ ls -l /var/run | grep socket_vmnet
srwxrwx---  1 root          staff           0 Nov  1 15:13 socket_vmnet
-rw-r--r--  1 root          staff           0 Nov  1 15:13 socket_vmnet.stderr
-rw-r--r--  1 root          staff           0 Nov  1 15:13 socket_vmnet.stdout

After:

$ sudo make uninstall
$ ls -l /var/run | grep socket_vmnet
medyagh commented 1 year ago

+1 for this PR, I think this is the right thing to do