Joshua M. Boniface
703e34e8ea
Since it isn't re-enabled and this makes life difficult, don't disable the pvc-flush service if it was enabled.
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/sh
|
|
|
|
# Disable the services
|
|
systemctl disable pvcd.service
|
|
systemctl disable pvcd.target
|