Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created November 30, 2020 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save R4wm/1de5b54651292ed4325230d15ea96571 to your computer and use it in GitHub Desktop.
Save R4wm/1de5b54651292ed4325230d15ea96571 to your computer and use it in GitHub Desktop.
systemd service file for bible_api (local)
[Unit]
Description=bible
After=syslog.target
[Service]
ExecStart=/home/rmintz/bin/bible_api -dbPath /home/rmintz/kjv.db
Restart=always
KillSignal=SIGQUIT
Type=fork
StandardError=syslog
NotifyAccess=all
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment