diff options
Diffstat (limited to 'pcr/udisks2-openrc/udisks2.initd')
-rwxr-xr-x | pcr/udisks2-openrc/udisks2.initd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/udisks2-openrc/udisks2.initd b/pcr/udisks2-openrc/udisks2.initd deleted file mode 100755 index f1dfecc5e..000000000 --- a/pcr/udisks2-openrc/udisks2.initd +++ /dev/null @@ -1,12 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# -# It is not recommended to use this script if you do not use a DM. - -description="Disk Manager" -command=/usr/lib/udisks2/udisksd - -depend() { - after xdm -} |