You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
477 B
19 lines
477 B
[Unit] |
|
Description=Distributed Replicated Block Device |
|
After=systemd-modules-load.service network.target |
|
|
|
[Service] |
|
Type=oneshot |
|
RemainAfterExit=yes |
|
|
|
# load config |
|
ExecStart=/usr/sbin/drbdadm adjust all |
|
# user interruptible version of wait-connect all |
|
ExecStart=/usr/sbin/drbdadm wait-con-int |
|
# become primary if configured |
|
ExecStart=/usr/sbin/drbdadm sh-b-pri all |
|
# disconnect and detach all resources |
|
ExecStop=/usr/sbin/drbdadm down all |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|