| Summary: | debian/scripts: daemon --user should contain colon instead of period | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
koha-es-indexer: --user=$name-koha.$name-koha" koha-es-indexer: --user=$name-koha.$name-koha" koha-es-indexer: --user=$name-koha.$name-koha" koha-functions.sh: --user="$instancename-koha.$instancename-koha" \ koha-functions.sh: --user="$instancename-koha.$instancename-koha" \ koha-functions.sh: --user="$instancename-koha.$instancename-koha" \ koha-functions.sh: --user="$instancename-koha.$instancename-koha" \ koha-functions.sh: --user="$instancename-koha.$instancename-koha" \ koha-functions.sh: --user="$instancename-koha" \ koha-functions.sh: --user="$instancename-koha" \ koha-indexer: --user=$name-koha.$name-koha" koha-indexer: --user=$name-koha.$name-koha" koha-indexer: --user=$name-koha.$name-koha" koha-sip: --user=${name}-koha.${name}-koha"
koha-sip: --user=${name}-koha.${name}-koha"
koha-worker: --user=$name-koha.$name-koha"
koha-worker: --user=$name-koha.$name-koha"
koha-worker: --user=$name-koha.$name-koha"
koha-zebra: --user=${name}-koha.${name}-koha"
koha-zebra: --user=${name}-koha.${name}-koha"
|
Documentation says: -u, --user=user[:group] - Run the client as user[:group] Koha uses a period. So thats formally incorrect (but seems to work).