6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Disable the servive
|
||
|
systemctl disable pvcd.service
|
||
|
|