Automate OWASP ZAP start-up with this systemd unit
-
PKGBUILD
- An Arch Linux PKGBUILD script file for OWASP ZAP Systemd service
-
zaproxy.service
- Systemd unit service file to start OWASP ZAP as a user service
-
Download these files
-
Run
updpkgsums && makepkg
on Arch Linux -
(a) Start OWASP ZAP automatically during boot by issuing:
sudo systemctl enable [email protected]
- (b) Start OWASP ZAP manually:
sudo systemctl start [email protected]
where myuser is your username (non-root)