Created
November 22, 2022 13:50
-
-
Save loskiq/36185fe4f9fcd9166d5516d70e1d8200 to your computer and use it in GitHub Desktop.
Up all DRBD resources after boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Up all DRBD resources | |
After=network-online.target | |
Wants=network-online.target | |
Before=libvirtd.service | |
[Service] | |
Type=simple | |
ExecStart=/usr/sbin/drbdadm up all | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment