Page MenuHomeSoftware Heritage

service.pp
No OneTemporary

service.pp

# @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

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

Event Timeline