Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
puppet-triliovault / usr / share / openstack-puppet / modules / trilio / templates / contego_systemd_conf.erb
Size: Mime:
[Unit]
Description=Tvault contego
After=openstack-nova-compute.service
StartLimitIntervalSec=120
StartLimitInterval=120
StartLimitBurst=3

[Service]
User=nova
Group=nova
LimitNOFILE=65536
MemoryMax=10G
Type=simple
ExecStart=<%= @contego_python+" "+@contego_bin+" "+@config_files %>
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target