summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid P2017-05-21 13:47:07 -0400
committerDavid P2017-05-21 13:47:07 -0400
commit558cf5490d0512fa24694cd84070c588b0ed1a77 (patch)
tree7cbd441ad6e8ac293ee80918ac6e419cf7f0ef3b
parentd227f399049c5bb64b19370ad41730052e6e4a92 (diff)
downloadaur-558cf5490d0512fa24694cd84070c588b0ed1a77.tar.gz
Updated udisks2-openrc
-rwxr-xr-xudisks2.initd7
1 files changed, 5 insertions, 2 deletions
diff --git a/udisks2.initd b/udisks2.initd
index e597d2bc2429..f1dfecc5e8a6 100755
--- a/udisks2.initd
+++ b/udisks2.initd
@@ -2,8 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
-# This is an unofficial udisks2 OpenRC init script made by Megver83
+# It is not recommended to use this script if you do not use a DM.
description="Disk Manager"
command=/usr/lib/udisks2/udisksd
-pidfile=/run/udisks2.pid
+
+depend() {
+ after xdm
+}