mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
lirc: Set a writable lockdir
This commit is contained in:
parent
a3a23d9599
commit
e66332826a
2 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,7 @@ in {
|
|||
unitConfig.Documentation = [ "man:lircd(8)" ];
|
||||
|
||||
serviceConfig = {
|
||||
RuntimeDirectory = "lirc";
|
||||
RuntimeDirectory = ["lirc" "lirc/lock"];
|
||||
|
||||
# Service runtime directory and socket share same folder.
|
||||
# Following hacks are necessary to get everything right:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue