/usr/share/upstart/sessions/libertine-lxc-manager.conf is in libertine-tools 1.0.0+16.04.20160411-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | description "Service to manage Libertine LXC's"
author "Christopher Townsend <christopher.townsend@canonical.com>"
start on started unity8
stop on desktop-end
respawn
pre-start script
dpkg -s python3-libertine-lxc > /dev/null 2>&1 || { stop; exit 0; }
end script
exec /usr/bin/libertine-lxc-manager
|