Skip to content
Snippets Groups Projects

1.0.1 into master

Closed Piotr Gawron requested to merge devel_1.0.x into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@ User=smasch
@@ -8,7 +8,7 @@ User=smasch
Group=smasch
Group=smasch
WorkingDirectory=/usr/lib/smasch
WorkingDirectory=/usr/lib/smasch
ExecStart=/usr/lib/smasch/env/bin/gunicorn -b :8888 --pid /run/smasch/pid smash.wsgi --error-logfile /var/log/smasch/gunicorn.log --log-level DEBUG --capture-output --limit-request-line 8192
ExecStart=/usr/lib/smasch/env/bin/gunicorn -b :8888 --pid /run/smasch/pid smash.wsgi --error-logfile /var/log/smasch/gunicorn.log --log-level DEBUG --capture-output --limit-request-line 16384
ExecReload=/bin/kill -s HUP $MAINPID
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true
PrivateTmp=true
Loading