File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ StandardInput=socket
88StandardOutput =null
99StandardError =journal
1010ExecStart =/usr/bin/sh -c '. /etc/xensource-inventory; while dd of=/dev/null bs=4096 count=1 status=none conv=noerror; do /opt/xensource/sm/mpathcount.py; done'
11- ExecStartPost =/opt/xensource/libexec/kickpipe mpathcount
1211Restart =always
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Description=Multipath scanner kick socket
44[Socket]
55ListenFIFO=/var/run/mpathcount.sock
66PipeSize=4096
7+ ExecStartPost=/opt/xensource/libexec/kickpipe mpathcount
78
89[Install]
910WantedBy=multi-user.target
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ StandardInput=socket
88StandardOutput =null
99StandardError =journal
1010ExecStart =/usr/bin/sh -c '. /etc/xensource-inventory; while dd of=/dev/null bs=4096 count=1 status=none conv=noerror; do /opt/xensource/bin/xe pusb-scan host-uuid=$${INSTALLATION_UUID}; done'
11- ExecStartPost =/opt/xensource/libexec/kickpipe usb-scan
1211Restart =always
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Description=USB device scanner kick socket
44[Socket]
55ListenFIFO=/var/run/usb-scan.sock
66PipeSize=4096
7+ ExecStartPost=/opt/xensource/libexec/kickpipe usb-scan
78
89[Install]
910WantedBy=multi-user.target
You can’t perform that action at this time.
0 commit comments