Guest User

Untitled

a guest
Dec 12th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. from uwsgidecorators import *
  2.  
  3. filemon('/tmp/foo')(uwsgi.reload)
  4. filemon('/tmp/foo2')(uwsgi.reload)
  5. filemon('/tmp/foo3')(uwsgi.reload)
  6. filemon('/tmp/foo4')(uwsgi.reload)
  7. filemon('/tmp/foo5')(uwsgi.reload)
Add Comment
Please, Sign In to add comment