11 lines
158 B
SYSTEMD
11 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Disk Manager
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=org.freedesktop.UDisks
|
||
|
ExecStart=/usr/libexec/udisks-daemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|