pvc/debian/pvc-router-daemon.prerm

6 lines
66 B
Plaintext
Raw Normal View History

2018-09-23 15:26:41 -04:00
#!/bin/sh
# Disable the service
2018-09-23 15:33:34 -04:00
systemctl disable pvcrd.service
2018-09-23 15:26:41 -04:00