mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
init/wikid: remove log path from the env var
This commit is contained in:
@@ -19,7 +19,7 @@ start() {
|
||||
--user $USER \
|
||||
--env HOME="${PWHOME:-/home/$USER}" \
|
||||
--name darkwikid \
|
||||
--exec DARKFI_LOG=/home/$USER/wiki.log /usr/bin/screen -- -D -m -S darkwikid /usr/local/bin/darkwikid
|
||||
--exec /usr/bin/screen -- -D -m -S darkwikid /usr/local/bin/darkwikid
|
||||
eend $?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user