arctic-fire-development / dapper-gcs

node.js + HTML5 Ground Control Station for unmanned vehicles.
Other
9 stars 7 forks source link

ensure gcs service is able to write logs when run as a systemd service #637

Closed rayjanwilson closed 9 years ago

rayjanwilson commented 9 years ago

currently the dapper-gcs systemd service runs at bootup, however it is not able to write logs for some reason. when run from the command line as root, the logs write just fine.

this smells of user permissions, so look into that

rayjanwilson commented 9 years ago

the culprit is that systemd is not able to write in /home directories. once the logging directory was moved out to /var/log, it was able to write logs.