Changeset 697
- Timestamp:
- Nov 11, 2007 4:49:52 AM (6 years ago)
- Location:
- trunk/vblade-persist/src
- Files:
-
- 2 edited
-
vblade-logrun (modified) (2 diffs)
-
vblade-run (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/vblade-persist/src/vblade-logrun
r693 r697 2 2 3 3 # vblade-logrun: this is the logging script for runit supervision of a single 4 # vblade instance. It just sends info to the syslog 4 # vblade instance. It just sends info to the syslog, thanks 5 # to bsdutils' logger 5 6 6 7 # Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> … … 8 9 # License: GPLv3 or later 9 10 10 exec chpst -u daemon logger -t vblade 11 exec chpst -u daemon logger -t vblade-persist -
trunk/vblade-persist/src/vblade-run
r694 r697 19 19 20 20 exec chpst -e ./env sh -c ' 21 mkdir -p /dev/etherd; 21 echo "exporting $SOURCE as e$SHELF.$SLOT on $NETIF" ; 22 mkdir -p /dev/etherd ; 22 23 ln -s "$SOURCE" "/dev/etherd/e$SHELF.$SLOT" && \ 23 24 exec vblade '"$MACLIMITS"' "$SHELF" "$SLOT" "$NETIF" "$SOURCE"
Note: See TracChangeset
for help on using the changeset viewer.

