feat: use /run/user to store socket and pid file

This commit is contained in:
Moritz Böhme 2023-07-29 18:11:32 +02:00
parent 0727b3e053
commit 67b3be4c4a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 20 additions and 4 deletions

5
Cargo.lock generated
View file

@ -621,9 +621,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.146"
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "linux-raw-sys"
@ -1134,6 +1134,7 @@ dependencies = [
"clap",
"daemonize",
"humantime",
"libc",
"notify-rust",
"serde",
"serde_cbor",