summarylogtreecommitdiffstats
path: root/udisks2.initd
blob: f1dfecc5e8a6eabff1c29746be0f55cf96dde5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
}