mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-11 13:59:43 +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()
|
let daemonize = Daemonize::new()
|
||||||
.pid_file(MODULE_PATH.join("tmp/pid.lock").as_path())
|
.pid_file(MODULE_PATH.join("tmp/pid.lock").as_path())
|
||||||
.working_directory("/tmp")
|
.working_directory(MODULE_PATH.join("tmp"))
|
||||||
// .group("daemon")
|
// .group("daemon")
|
||||||
.stdout(stdout)
|
.stdout(stdout)
|
||||||
.stderr(stderr)
|
.stderr(stderr)
|
||||||
|
|||||||
Reference in New Issue
Block a user