Skip to content

Instantly share code, notes, and snippets.

@tryone144
Created July 31, 2017 14:31
Show Gist options
  • Save tryone144/aa9fe4e54ee5b2f53d05d3e8973cbd6f to your computer and use it in GitHub Desktop.
Save tryone144/aa9fe4e54ee5b2f53d05d3e8973cbd6f to your computer and use it in GitHub Desktop.
Arachni Scanner WebUI systemd unit file
[Unit]
Description=Arachni Web Application Scanner – WebUI
Requires=postgresql.service
After=postgresql.service
[Service]
Type=forking
PIDFile=/var/run/arachni_web.pid
ExecStart=/usr/local/bin/arachni_web -D -P /var/run/arachni_web.pid
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment