Codebase list balboa / debian/2.0.0+ds-2 balboa.service
debian/2.0.0+ds-2

Tree @debian/2.0.0+ds-2 (Download .tar.gz)

balboa.service @debian/2.0.0+ds-2raw · 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