blob: 4ad4fd1ee2327830f3f197c0cf9cccf92fbdeb1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Distributed Replicated Block Device
After=systemd-modules-load.service network-online.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/sbin/drbdadm adjust all
ExecStart=/sbin/drbdadm wait-con-int
ExecStart=/sbin/drbdadm sh-b-pri all
ExecStop=/sbin/drbdadm down all
[Install]
WantedBy=multi-user.target
|