rackerlabs/repose

preinst creates "repose" user and group, but start-stop-daemon doesn't start repose as user:group

Closed this issue · 1 comments

start-stop-daemon --start --chuid repose:repose
start-stop-daemon --stop --user repose

need to insure /etc/repose/* configuration files are repose readable (i think so) and that /var/repose and /var/log/repose directories are repose writable.

Good catch. This has been entered into our backlog and as https://repose.atlassian.net/browse/REP-1447.