~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to vivid/etc/init/lxc-net.conf

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description "lxc network"
 
2
author "Serge Hallyn <serge.hallyn@canonical.com>"
 
3
 
 
4
start on starting lxc
 
5
stop on stopped lxc
 
6
 
 
7
pre-start exec /usr/lib/i386-linux-gnu/lxc/lxc-net start
 
8
post-stop exec /usr/lib/i386-linux-gnu/lxc/lxc-net stop