Codebase list balboa / run/9903f058-1220-4dcd-badc-b65b2f5490be/main balboa.service
run/9903f058-1220-4dcd-badc-b65b2f5490be/main

Tree @run/9903f058-1220-4dcd-badc-b65b2f5490be/main (Download .tar.gz)

balboa.service @run/9903f058-1220-4dcd-badc-b65b2f5490be/mainraw · history · blame

[Unit]
Description=Basic Little Book of Answers
Documentation=https://github.com/DCSO/balboa
After=network.target

[Service]
SyslogIdentifier=balboa
EnvironmentFile=-/etc/default/balboa
ExecStart=/usr/bin/balboa serve $BALBOA_ARGS
ExecStop=/usr/bin/pkill balboa
PIDFile=/var/run/balboa/balboa.pid
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target