Skip to content

Commit 049e633

Browse files
committed
Add AmbientCapabilities to Systemd::Unit::Service
1 parent 845be76 commit 049e633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/unit/service.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
type Systemd::Unit::Service = Struct[
66
{
7+
Optional['AmbientCapabilities'] => String[1],
78
Optional['User'] => String[1],
89
Optional['Group'] => String[1],
910
Optional['Type'] => Enum['simple', 'exec', 'forking', 'oneshot', 'dbus', 'notify', 'idle'],

0 commit comments

Comments
 (0)