mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
20 lines
356 B
Desktop File
20 lines
356 B
Desktop File
[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/env jruby /srv/gxg-server/Services/core.rb
|
|
ExecStop=/srv/gxg-server/daemon stop
|
|
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|