Move daemon components into subfolder

This commit is contained in:
2018-09-10 01:13:31 -04:00
parent f8fe0d073b
commit e377fcdd7f
11 changed files with 5 additions and 5 deletions

15
daemon/pvcd.service Normal file
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