1234567891011121314151617181920 |
- [Unit]
- Description=Ensure the ceph mount succeeds
- Requires=ceph.target
- StartLimitInterval=200
- StartLimitBurst=20
- [Service]
- Type=simple
- ExecStart=/usr/bin/mount -a
- Restart=on-failure
- RestartSec=30
- [Install]
- WantedBy=multi-user.target
|