Added service changes

master
alexey 3 weeks ago
parent 32bd17f2d5
commit b5bf43a6d5

@ -4,12 +4,12 @@ After=syslog.target network.target
[Service] [Service]
Type=simple Type=simple
User=alexey User=mockgui
Group=alexey Group=mockgui
Environment=RACK_ENV=production Environment=RACK_ENV=production
WorkingDirectory=/home/mock-gui/mock-gui WorkingDirectory=/home/mockgui/mock-gui
ExecStart=/opt/brepo/ruby33/bin/bundle exec /opt/brepo/ruby33/bin/ruby app.rb ExecStart=/opt/brepo/ruby33/bin/bundle exec /opt/brepo/ruby33/bin/ruby app.rb
UMask=0002 #UMask=0002
RestartSec=1 RestartSec=1
Restart=on-failure Restart=on-failure
SyslogIdentifier=mockgui_server SyslogIdentifier=mockgui_server

Loading…
Cancel
Save