Merge pull request #47154 from ck3d/fix-nixos-lirc-socket

nixos lircd: fix deletion of lircd socket
This commit is contained in:
markuskowa 2018-10-17 21:52:48 +02:00 committed by GitHub
commit ab27adc2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,10 @@ in {
serviceConfig = {
RuntimeDirectory = "lirc";
# socket lives in runtime directory; we have to keep is available
RuntimeDirectoryPreserve = true;
ExecStart = ''
${pkgs.lirc}/bin/lircd --nodaemon \
${escapeShellArgs cfg.extraArguments} \