libra/debian/libra_pool_mgm.upstart
Andrew Hutchings 2e7af3a043 Add ubuntu package building
Add all the scripts needed to build debian packages

Change-Id: I41cc6f9439bb1edb29d3a17f2d507d104eca8643
2012-12-11 17:48:17 +00:00

13 lines
194 B
Plaintext

description "pool_mgm"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
script
libra_pool_mgm -c /etc/libra.cfg
end script