12 lines
206 B
Desktop File
12 lines
206 B
Desktop File
[Unit]
|
|
Description=Windows Dynamic Disk Mount
|
|
Before=local-fs-pre.target
|
|
DefaultDependencies=no
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/ldmtool create all
|
|
[Install]
|
|
WantedBy=local-fs-pre.target
|
|
|