aboutsummaryrefslogtreecommitdiff
path: root/sysutils/upsmon/files/upsmon.sh
blob: 3b1c302c4cb75f83a433df6d87e25e2259da0b51 (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/upsmond ]; then
	!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 2>&1 > /dev/null && echo -n ' upsmond'
fi