chonkerboi / pantheon-hermes

MIT License
0 stars 0 forks source link

Service assumes installation in user home #2

Closed Caesurus closed 6 years ago

Caesurus commented 6 years ago

Service is looking for file in user home directory: /home/miner/venv/bin/hermes

chonkerboi commented 6 years ago

Because the power management needs root permission I have to run hermes as root. Therefore I don't need to assume a home dir, I have changed hermes to install into '/etc/hermes' and the service is pointing to that location as well.