Rename the virtualization daemon to pvcvd.

This commit is contained in:
2018-09-12 11:59:23 -04:00
parent a629d4898a
commit f29ba2f458
14 changed files with 23 additions and 23 deletions

View File

@ -0,0 +1,15 @@
# Parallel Virtual Cluster node daemon unit file
[Unit]
Description = Parallel Virtual Cluster node daemon
After = network-online.target libvirtd.service zookeeper.service
[Service]
Type = simple
WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true
Environment = PVCD_CONFIG_FILE=/etc/pvc/pvcd.conf
ExecStart = /usr/share/pvc/pvcd.py
Restart = on-failure
[Install]
WantedBy = multi-user.target