Skip to content

Instantly share code, notes, and snippets.

@er2
Created June 22, 2016 13:09
Show Gist options
  • Save er2/c5152bb1a21ecf1c7c444f04d932a1e9 to your computer and use it in GitHub Desktop.
Save er2/c5152bb1a21ecf1c7c444f04d932a1e9 to your computer and use it in GitHub Desktop.
A systemd unit file for running FitNesse as a service
[Unit]
Description=Fitnesse
[Service]
Type=idle
User=fitnesse
WorkingDirectory=/home/fitnesse/fitnesse
Environment=CM_SYSTEM=fitnesse.wiki.cmSystems.GitCmSystem
ExecStart=/usr/bin/authbind --deep /usr/bin/java -jar /opt/fitnesse/fitnesse-standalone.jar -p 80 -v
ExecStop=/usr/bin/wget -qO- http://localhost/?responder=shutdown &> /dev/null
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment