diff --git a/src/main/systemd/strawboss.service b/src/main/systemd/strawboss.service new file mode 100644 index 0000000..dad31e3 --- /dev/null +++ b/src/main/systemd/strawboss.service @@ -0,0 +1,9 @@ +[Unit] +Description=StrawBoss build server. + +[Service] +Type=simple +User=strawboss +WorkingDirectory=/home/strawboss +ExecStart=/home/strawboss/strawboss +Restart=on-failure