robertdebock / ansible-role-ara

Install and configure ara on your system.
https://robertdebock.nl/
Apache License 2.0
6 stars 3 forks source link

Debian startup fails. #4

Closed robertdebock closed 6 years ago

robertdebock commented 6 years ago
ISSUE TYPE
OS / ENVIRONMENT

Debian

SUMMARY

The systemd script fails, because ara-manage is in an unxpected location: /usr/local/bin/ara-manage instead of /usr/bin/ara-manage.

ACTUAL RESULTS
vagrant@ara-debian-jessie64:~$ systemctl status ara
● ara.service - Ansible Runtime Analyser
   Loaded: loaded (/etc/systemd/system/ara.service; enabled)
   Active: failed (Result: exit-code) since Sun 2018-05-13 08:00:45 UTC; 3min 44s ago
 Main PID: 15093 (code=exited, status=203/EXEC)
robertdebock commented 6 years ago

Fixed with latest commit.