6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Disable the service
|
||
|
systemctl disable pvcnd.service
|
||
|
|