[HOME]

Path : /lib/systemd/system/
Upload :
Current File : //lib/systemd/system/vdo-start-by-dev@.service

[Unit]
Description=Start VDO volume backed by %I
DefaultDependencies=no
Before=shutdown.target
Conflicts=shutdown.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/vdo-by-dev %I start
ExecStop=/usr/bin/vdo-by-dev %I stop