Added ldmtool.service unit file

This commit is contained in:
BrainwreckedTech 2019-09-16 18:29:51 -04:00
parent 63f60a24ef
commit 1f120e0335

11
ldmtool.service Normal file
View File

@ -0,0 +1,11 @@
[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