]> git.proxmox.com Git - mirror_lxcfs.git/commit - Makefile.am
Add upstart and systemd init jobs
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 23 Feb 2016 19:52:22 +0000 (11:52 -0800)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 23 Feb 2016 20:04:35 +0000 (12:04 -0800)
commit6cb7f996ca922eceabbf38f134e0dbf04b5029e2
treeb3678b464a6676ce5ec7121dcc7cd2e04d7d1513
parent320d871c8b13707cc81611f046fec928b49576c6
Add upstart and systemd init jobs

Mostly copied from the Ubuntu package.

Note someone still needs to write the bsd and gentoo init
scripts.  (You can look at the sysvinit jobs here and the
bsd+gentoo jobs in git://github.com/lxc/cgmanager for
inspiration).

Closes #71

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Makefile.am
config/Makefile.am [new file with mode: 0644]
config/init/Makefile.am [new file with mode: 0644]
config/init/systemd/Makefile.am [new file with mode: 0644]
config/init/systemd/lxcfs.service [new file with mode: 0644]
config/init/sysvinit/Makefile.am [new file with mode: 0644]
config/init/sysvinit/lxcfs.init [new file with mode: 0755]
config/init/upstart/Makefile.am [new file with mode: 0644]
config/init/upstart/lxcfs.conf [new file with mode: 0644]
configure.ac