spacenavd: pidfile in $XDG_RUNTIME_DIR

This commit is contained in:
sohalt
2021-05-22 12:48:38 +02:00
committed by Gabriel Ebner
parent be01cb8b97
commit dfb36eed76
2 changed files with 85 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
# Changes the socket path from /run/spnav.sock to $XDG_RUNTIME_DIR/spnav.sock
# to allow for a user service
./configure-socket-path.patch
# Changes the pidfile path from /run/spnavd.pid to $XDG_RUNTIME_DIR/spnavd.pid
# to allow for a user service
./configure-pidfile-path.patch
];
buildInputs = [ libX11 ]