]> sourceware.org Git - systemtap.git/commit
add guest support files for libvirt/unix schemes
authorJonathan Lebon <jlebon@redhat.com>
Tue, 3 Sep 2013 16:29:47 +0000 (12:29 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 16 Oct 2013 14:25:23 +0000 (10:25 -0400)
commitbf61ca107069ea9ce5db2825558fa702be535049
tree2b1e7c4a6969f51ec209d5df856197cf0457add8
parentec56b1e522ba4f4a3581e5fa17d484d44e02befd
add guest support files for libvirt/unix schemes

For systemd systems, the following files are used:
   - stapsh@.service.in: template file for a service which automatically
     respawns stapsh on a given virtio-serial port
   - 99-stapsh.rules: udev rules file that instantiates (or terminates)
     the stapsh service upon plugging in/out of virtio-serial ports

For SYSV systems, the following files are used:
   - stapsh-daemon.in: libexec script file that automatically respawns
     stapsh on a given virtio-serial port
   - stapshd.in: init script to control stapsh-daemon instances
   - 99-stapsh-init.rules: udev rules file that forces a configuration
     reload upon plugging in/out of virtio-serial ports
   - virtio_console.modules: ensures that the virtio_console module is
     loaded at boot time if virtio-serial ports are detected. This is a
     workaround for RHEL5, in which the module is not auto-loaded, but
     does no harm in other systems such as RHEL6.
configure.ac
staprun/guest/99-stapsh-init.rules [new file with mode: 0644]
staprun/guest/99-stapsh.rules [new file with mode: 0644]
staprun/guest/stapsh-daemon.in [new file with mode: 0755]
staprun/guest/stapsh@.service.in [new file with mode: 0644]
staprun/guest/stapshd.in [new file with mode: 0755]
staprun/guest/virtio_console.modules [new file with mode: 0755]
This page took 0.026999 seconds and 5 git commands to generate.