qemush/etc/runit/sv/virtiofsd/finish

9 lines
160 B
Text
Raw Normal View History

2024-03-09 00:07:51 +01:00
#!/bin/sh -e
# Read configuration
sourceconf() { [ -r "$1" ] && . "$1"; }
sourceconf ./conf
# Delete socket and PID file
exec rm -f "$socket" "${socket}.pid"