lib: rename privileged -> rootScript
The naming is now analogous the related function `script`.
This commit is contained in:
parent
1c3735b600
commit
c758d68ea4
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ let self = {
|
|||
'';
|
||||
|
||||
# Used for ExecStart*
|
||||
privileged = name: src: "+${self.script name src}";
|
||||
rootScript = name: src: "+${self.script name src}";
|
||||
|
||||
cliExec = mkOption {
|
||||
# Used by netns-isolation to execute the cli in the service's private netns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue