preinst creates "repose" user and group, but start-stop-daemon doesn't start repose as user:group
Closed this issue · 1 comments
coreywright commented
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.
wdschei commented
Good catch. This has been entered into our backlog and as https://repose.atlassian.net/browse/REP-1447.