blob: 8b1b288506985508ad56d327a9b0c45768309208 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
# see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details
if [ -x !!PREFIX!!/sbin/upsmon ]; then
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 && echo -n ' upsmond'
fi
|