source: server/common/oursrc/execsys/execsys-binfmt.pre @ 1

Last change on this file since 1 was 1, checked in by jbarnold, 17 years ago
File size: 374 bytes
Line 
1#!/bin/sh
2#
3# execsys-binfmt: test1
4#
5# chkconfig: 2345 2 99
6# description: test2
7#
8
9mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
10echo "-1" > /proc/sys/fs/binfmt_misc/status
11
12# START-AUTOGENERATED: DO NOT EDIT THIS SECTION, INCLUDING THIS LINE!
13# This section is populated by the script upd-execsys
14# END-AUTOGENERATED: DO NOT EDIT THIS SECTION, INCLUDING THIS LINE!
Note: See TracBrowser for help on using the repository browser.