Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. [Unit]
  2. Description=Wait for VMs to shutdown gracefully
  3. After=libvirtd.service
  4.  
  5. [Service]
  6. Type=oneshot
  7. RemainAfterExit=true
  8. ExecStop=/home/ntrrgc/dotfiles/bin/vm-shutdown
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement