summarylogtreecommitdiffstats
path: root/gophish.service
blob: f7cf56dc353c115ce42e03448ffefb84b087b3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Gophish (Open-Source phishing framework)
After=network.target

[Service]
Type=simple
WorkingDirectory=/usr/share/gophish
ExecStart=/usr/bin/gophish
SuccessExitStatus=2

[Install]
WantedBy=multi-user.target