summaryrefslogtreecommitdiff
path: root/community/drbd/drbd.service
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/drbd/drbd.service
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/drbd/drbd.service')
-rw-r--r--community/drbd/drbd.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/drbd/drbd.service b/community/drbd/drbd.service
index ddd6c62b7..a8053fb05 100644
--- a/community/drbd/drbd.service
+++ b/community/drbd/drbd.service
@@ -7,13 +7,13 @@ Type=oneshot
RemainAfterExit=yes
# load config
-ExecStart=/usr/sbin/drbdadm adjust all
+ExecStart=/usr/bin/drbdadm adjust all
# user interruptible version of wait-connect all
-ExecStart=/usr/sbin/drbdadm wait-con-int
+ExecStart=/usr/bin/drbdadm wait-con-int
# become primary if configured
-ExecStart=/usr/sbin/drbdadm sh-b-pri all
+ExecStart=/usr/bin/drbdadm sh-b-pri all
# disconnect and detach all resources
-ExecStop=/usr/sbin/drbdadm down all
+ExecStop=/usr/bin/drbdadm down all
[Install]
WantedBy=multi-user.target