Advertisement
Guest User

Untitled

a guest
May 26th, 2017
679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=FAUST CTF toaster service
  3.  
  4. [Service]
  5. ExecStart=/srv/toaster/run.py
  6. WorkingDirectory=/srv/toaster
  7. User=toaster
  8. CPUAccounting=yes
  9. CPUQuota=20%
  10. MemoryAccounting=yes
  11. MemoryLimit=500M
  12. LimitNPROC=5
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement