github.com/lunarobliq/gophish@v0.8.1-0.20230523153303-93511002234d/ansible-playbook/roles/gophish/templates/gophish.service.j2 (about)

     1  [Unit]
     2  Description=gophish
     3  After=network.target
     4  [Service]
     5  Type=simple
     6  WorkingDirectory=/home/{{ gophish_user }}/gophish_deploy/
     7  ExecStart="/home/{{ gophish_user }}/gophish_deploy/gophish"
     8  User={{ gophish_user }}
     9  PIDFile="/home/{{ gophish_user }}/gophish_deploy/gophish.pid"
    10  [Install]
    11  WantedBy=multi-user.target