Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import collections
  2.  
  3. LOGFILE = '/home/system/log/webserver/webserver-restart.log'
  4.  
  5. SERVER_FPM = 'fpm'
  6. SERVER_APACHE = 'apache'
  7.  
  8. context = collections.namedtuple('context', ['webserver', 'php_version', 'restart_cmd', 'config_dir'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement