Skip to content

Instantly share code, notes, and snippets.

@vay3t
Last active March 30, 2020 02:50
Show Gist options
  • Save vay3t/ae827a2e6262636416dc23c29420c293 to your computer and use it in GitHub Desktop.
Save vay3t/ae827a2e6262636416dc23c29420c293 to your computer and use it in GitHub Desktop.
# /etc/systemd/system/gophish.service
systemctl daemon-reload
systemctl start gophish
[Unit]
Description=Gophish Server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
User=root
WorkingDirectory=/root/gophish
ExecStart=/root/gophish/gophish
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment