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