summaryrefslogtreecommitdiff
path: root/sysutils/upsmon/files/upsmon.sh
blob: eb59e9acfee5185587b3faced11c32b5ec48f9e0 (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/upsmon -p /dev/cuaa0 && echo -n ' upsmond'
fi