14 lines
212 B
Desktop File
14 lines
212 B
Desktop File
[Unit]
|
|
Description=Clean nova-local thinpool
|
|
Before=computeconfig.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
User=root
|
|
ExecStart=/usr/bin/nova_clean_thinpool start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|