Skip to content

Commit

Permalink
cmd/webhook add upstart file
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Jul 24, 2017
1 parent beff2c2 commit 5589da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/webhook/webhook.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]

exec /usr/bin/webhook -config /etc/webhook.json

0 comments on commit 5589da9

Please sign in to comment.