Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Unit]
  2. Description=Scarga
  3. Requires=nginx.service
  4.  
  5. [Service]
  6. PIDFile=/tmp/scarga.pid
  7. ExecStart=/var/www/html/scarga.local/scarga
  8. ExecStop=/sbin/start-stop-daemon --stop --pidfile /tmp/scarga.pid
  9.  
  10. Restart=always
  11. RestartSec=5
  12.  
  13. User=www-data
  14. Group=www-data
  15.  
  16. OOMScoreAdjust=-100
  17.  
  18. [Install]
  19. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement