This website requires JavaScript.
Explore
Help
Sign In
parallelvirtualcluster
/
pvc
Watch
1
Star
0
Fork
0
You've already forked pvc
Code
Issues
11
Pull Requests
Projects
Releases
115
Wiki
Activity
Files
de97f2f476860a3e8c2a24d4eb41760a98848618
pvc
/
debian
/
pvc-daemon-node.prerm
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Debianize the packaging
2018-06-17 14:55:13 -04:00
#!/bin/sh
Add node autoflush service and target Add a systemd service to manage node flush/unflush, useful during system startup and shutdown to avoid requiring administrator intervention for this to occur. This is optional and the service is not enabled by default, and the postinst script informs the administrator of this. Also adds a systemd target to collect the two service units together and provide an easy way to flush+shutdown or startup+unflush the entire PVC system. Closes #28
2019-05-23 22:38:45 -04:00
# Disable the services
Use consistent naming of components Rename "pvcd" to "pvcnoded", and "pvc-api" to "pvcapid" so names for the daemons are fully consistent. Update the names of the configuration files as well to match this new formatting. References #79
2020-02-08 19:16:19 -05:00
systemctl disable pvcnoded.service
systemctl disable pvc.target
Reference in New Issue
Copy Permalink