Revert "included gxg-service-testing"

This reverts commit 97d8799bb2.
This commit is contained in:
G. Gibson 2024-04-28 09:46:22 -07:00
parent 97d8799bb2
commit d8e3ba92e4
5 changed files with 0 additions and 24 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,24 +0,0 @@
[Unit]
Description=GxG Data Server
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/srv/gxg-server
#ExecStart=/srv/gxg-server/daemon start
#ExecStop=/srv/gxg-server/daemon stop
#ExecStart=/usr/bin/sudo -u www-data /usr/bin/env jruby /srv/gxg-server/Services/core.rb
ExecStart=/usr/bin/sudo -u mistergibson /usr/bin/env jruby /srv/gxg-server/Services/core.rb
PIDFile=/srv/gxg-server/System/Temporary/server.pid
ExecStop=/srv/gxg-server/daemon stop
Restart=always
[Install]
WantedBy=multi-user.target