-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This document appears to be technically accurate. But it has several defects: * sudo is used inconsistently * occ is used inconsistently * The TIP about analyzing the own PATH shows a misunderstanding. Calling `./hsmdaemon install` actually creates a service file with the current PWD hardcoded. No path lookup is ever done. during service invocation. It is safer to use the install subcommand with the binary that was placed in the final destination, e.g. `/usr/local/bin/hsmdaemon install` * chmod 750 includes execute permission. This is useless for the toml file. use 640 instead. As this manual is in the public, I miss some instruction how to actually obtain the hsmdaemon code. It is not opensource. Maybe ooint to the consulting team?
- Loading branch information
Showing
1 changed file
with
11 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters