Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125118
service.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
428 B
Subscribers
None
service.pp
View Options
# @summary
# Manage the hitch service
#
# @api private
class
hitch
::
service
(
String
$service_name,
)
{
service
{
$service_name:
ensure
=>
running
,
enable
=>
true
,
}
# configure hitch.service
$hitch_dropin
=
@
(
LIMITS
)
[
Service
]
LimitNOFILE
=
65536
|
LIMITS
systemd
::
dropin_file
{
'limits.conf'
:
unit
=>
$service_name,
content
=>
$hitch_dropin,
notify
=>
Service
[
$service_name],
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 8:05 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3370344
Attached To
rSPHIT Hitch TLS proxy puppet module
Event Timeline
Log In to Comment