Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / drbd / drbd-utils / drbd.service
1 [Unit]
2 Description=Control drbd resources.
3 After=network.target sshd.service
4
5 [Service]
6 Type=forking
7 Restart=no
8 KillMode=process
9 RemainAfterExit=yes
10 ExecStart=/etc/init.d/drbd start
11 ExecStop=/etc/init.d/drbd stop
12 ExecReload=/etc/init.d/drbd reload
13 TimeoutSec=5min
14
15 [Install]
16 WantedBy=multi-user.target
17