summaryrefslogtreecommitdiffstats
path: root/core/modules/udisks/templates/udisks2.systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/udisks/templates/udisks2.systemd.service')
-rw-r--r--core/modules/udisks/templates/udisks2.systemd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/udisks/templates/udisks2.systemd.service b/core/modules/udisks/templates/udisks2.systemd.service
new file mode 100644
index 00000000..d96bd69f
--- /dev/null
+++ b/core/modules/udisks/templates/udisks2.systemd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Gnomes bloated 1000 dependency monster aka Disk Manager 2
+Documentation=man:udisks(8)
+
+[Service]
+Type=dbus
+BusName=org.freedesktop.UDisks2
+ExecStart=%UDISKSD% --no-debug
+