Skip to content

Commit

Permalink
Merge pull request #1668 from quattor/drossy-systemd-privatenetwork
Browse files Browse the repository at this point in the history
ncm-systemd: Add PrivateNetwork schema entry
  • Loading branch information
jrha authored Sep 5, 2024
2 parents 7b750c4 + e2cf9a0 commit 0283e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncm-systemd/src/main/pan/components/systemd/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ type ${project.artifactId}_unitfile_config_systemd_exec = {
'Nice' ? long(-20..19)
'OOMScoreAdjust' ? long(-1000..1000)
'PrivateTmp' ? boolean
'PrivateNetwork' ? boolean
'RootDirectory' ? ${project.artifactId}_relative_directory
'RuntimeDirectoryMode' ? type_octal_mode
'RuntimeDirectoryPreserve' ? choice('yes', 'no', 'restart')
Expand Down

0 comments on commit 0283e92

Please sign in to comment.