Remove disable of pvc-flush
Since it isn't re-enabled and this makes life difficult, don't disable the pvc-flush service if it was enabled.
This commit is contained in:
parent
ae37afcf75
commit
703e34e8ea
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Disable the services
|
||||
systemctl disable pvc-flush.service
|
||||
systemctl disable pvcd.service
|
||||
systemctl disable pvcd.target
|
||||
|
|
Loading…
Reference in New Issue