Created
July 31, 2017 14:31
-
-
Save tryone144/aa9fe4e54ee5b2f53d05d3e8973cbd6f to your computer and use it in GitHub Desktop.
Arachni Scanner WebUI systemd unit file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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