Skip to content

Commit

Permalink
Add a few more missing service options
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Jan 8, 2025
1 parent 58f0075 commit e402e3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/unit/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,11 @@
Optional['LockPersonality'] => Boolean,
Optional['NetworkNamespacePath'] => Stdlib::Unixpath,
Optional['MemoryDenyWriteExecute'] => Boolean,
Optional['PamName'] => String,
Optional['SetLoginEnvironment'] => Boolean,
Optional['RootImage'] => Stdlib::Unixpath,
Optional['RootImageOptions'] => String,
Optional['RootEphemeral'] => Boolean,
Optional['RootHash'] => String,
}
]

0 comments on commit e402e3a

Please sign in to comment.