Skip to content

Instantly share code, notes, and snippets.

@hardware
Created June 23, 2015 17:09
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 hardware/fd76b12f4e1999dae812 to your computer and use it in GitHub Desktop.
Save hardware/fd76b12f4e1999dae812 to your computer and use it in GitHub Desktop.
Prewikka.service file
[Unit]
Description=Prewikka
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/prewikka-httpd
Restart=always
TimeoutStopSec=10s
TimeoutStartSec=5s
StartLimitInterval=120s
StartLimitBurst=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment