mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
nixos/spice-vdagentd: /var/run -> /run
This commit is contained in:
parent
231d815721
commit
3f17dcbbfd
@ -19,7 +19,7 @@ in
|
||||
description = "spice-vdagent daemon";
|
||||
wantedBy = [ "graphical.target" ];
|
||||
preStart = ''
|
||||
mkdir -p "/var/run/spice-vdagentd/"
|
||||
mkdir -p "/run/spice-vdagentd/"
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
|
Loading…
Reference in New Issue
Block a user