Advertisement
Guest User

vfsd

a guest
Aug 4th, 2020
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /etc/systemd/system/vfsd\@.service
  2. [Unit]
  3. After=someservice.service
  4. Before=someservice.service
  5.  
  6. [Service]
  7. Type=simple
  8. User=root
  9. Group=kvm
  10. ExecStart=/usr/libexec/virtiofsd -o source=/mnt/%i --socket-path=/run/vfsd/%i
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement