Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [Unit]
  2. Description=RADOS block device mapping
  3. Conflicts=shutdown.target
  4. Wants=network-online.target
  5. After=NetworkManager-wait-online.service
  6.  
  7. [Service]
  8. Type=oneshot
  9. RemainAfterExit=yes
  10. ExecStart=/usr/local/bin/rbd-mount m
  11. ExecStop=/usr/local/bin/rbd-mount u
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement