Advertisement
Guest User

Untitled

a guest
Feb 18th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. cat /usr/lib/systemd/system/ceph-mon@.service
  2. [Unit]
  3. Description=CephFS MON %i
  4. Requires=network.target
  5. After=network.target
  6.  
  7. [Service]
  8. Type=simple
  9. Restart=always
  10. RestartSec=2s
  11. ExecStart=/usr/bin/ceph-mon -f -i %i
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement