mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-10 13:30:23 +05:00
fix working dir
This commit is contained in:
@@ -11,7 +11,7 @@ pub async fn daemonize_nfqws(args: &str) {
|
||||
|
||||
let daemonize = Daemonize::new()
|
||||
.pid_file(MODULE_PATH.join("tmp/pid.lock").as_path())
|
||||
.working_directory("/tmp")
|
||||
.working_directory(MODULE_PATH.join("tmp"))
|
||||
// .group("daemon")
|
||||
.stdout(stdout)
|
||||
.stderr(stderr)
|
||||
|
||||
Reference in New Issue
Block a user