Merge pull request #19 from wonderfulShrineMaidenOfParadise/openrc

OpenRC-Script.md: secure data/kuma.db*
Louis Lam 2022-11-15 16:23:27 +08:00 committed by GitHub
commit 36674a66ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

@ -28,8 +28,9 @@ start_pre() {
$directory/data \
$directory/data/upload
checkpath --owner=$command_user --file $log_dir/*.log \
$directory/data/error.log \
$directory/data/kuma.db
$directory/data/error.log
checkpath --owner=$command_user --mode 600 --file $directory/data/kuma.db*
}
start_post() {