Fix cvlc
fixes "cannot execute: required file not found"
This commit is contained in:
parent
17eb4d26f0
commit
527689d088
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ in
|
|||
after = [ "snapserver.service" ];
|
||||
serviceConfig = {
|
||||
BindPaths = [ "/run/snapserver/hass.fifo" ];
|
||||
BindReadOnlyPaths = [ "/nix/store" "/etc/ssl/certs" "/etc/static/ssl/certs" ];
|
||||
BindReadOnlyPaths = [ "/nix/store" "/etc/ssl/certs" "/etc/static/ssl/certs" "/bin/sh" ];
|
||||
CapabilityBoundingSet = "";
|
||||
DynamicUser = "true";
|
||||
Group = "snapserver";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue