This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=/etc/default/puppetdb
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/java $JAVA_ARGS -Djava.security.egd=/dev/urandom -XX:OnOutOfMemoryError="kill -9 %%p" -cp /usr/share/puppetdb/puppetdb.jar clojure.main -m puppetlabs.puppetdb.core services --config "/etc/puppetdb/conf.d" --bootstrap-config "/etc/puppetdb/bootstrap.cfg" --restart-file "/run/puppetdb/restart"
-
RuntimeDirectory=puppetdb
-
SuccessExitStatus=143
-
Type=simple
-
User=puppetdb
-
-
[Unit]
-
After=postgresql.service
-
Description=Puppet data warehouse server
-
Documentation=man:puppetdb(8) file:/usr/share/doc/puppetdb/index.markdown
-
Additionnal notes
Nothing here.