]> git.pld-linux.org Git - packages/drbd.git/blame - drbd.service
- missing pl, versioned Obsoletes, updated Source URL
[packages/drbd.git] / drbd.service
CommitLineData
00b72488
JR
1[Unit]
2Description=Distributed Replicated Block Device
3After=systemd-modules-load.service network.target
4
5[Service]
6Type=oneshot
7RemainAfterExit=yes
8# load config
9ExecStart=/sbin/drbdadm adjust all
10# user interruptible version of wait-connect all
11ExecStart=/sbin/drbdadm wait-con-int
12# become primary if configured
13ExecStart=/sbin/drbdadm sh-b-pri all
14# disconnect and detach all resources
15ExecStop=/sbin/drbdadm down all
16
17[Install]
18WantedBy=multi-user.target
This page took 0.146889 seconds and 4 git commands to generate.