18f91ec6be
Move content from stx-gplv2 into stx-integ Packages will be relocated to stx-integ: base/ bash cgcs-users cluster-resource-agents dpkg haproxy libfdt netpbm rpm database/ mariadb filesystem/ iscsi-initiator-utils filesystem/drbd/ drbd-tools kernel/kernel-modules/ drbd integrity intel-e1000e intel-i40e intel-i40evf intel-ixgbe intel-ixgbevf qat17 tpmdd ldap/ ldapscripts networking/ iptables net-tools Change-Id: Ibf3a0fc29dc2e6a0eeb02c98ff053bdb0443a9f0 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
18 lines
318 B
Desktop File
18 lines
318 B
Desktop File
[Unit]
|
|
Description=Control drbd resources.
|
|
After=network.target sshd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=no
|
|
KillMode=process
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/rc.d/init.d/drbd start
|
|
ExecStop=/etc/rc.d/init.d/drbd stop
|
|
ExecReload=/etc/rc.d/init.d/drbd reload
|
|
TimeoutSec=5min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|