Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. /var/log/consul# cat /etc/sv/consul/log/run
  2. #!/bin/sh
  3. exec svlogd -ttt /var/log/consul/*
  4. /var/log/consul# cat /etc/sv/consul/run
  5. #!/bin/sh
  6. [ -r conf ] && . ./conf
  7. exec /usr/bin/consul agent -dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement