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