6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Disable the services
|
||
|
systemctl disable pvcd.service
|
||
|
systemctl disable pvcd.target
|