Displaying 3 results from an estimated 3 matches for "command_arg".
Did you mean:
command_args
2011 Jul 13
4
use of MAILTO variable in crontab
I want to do something like this:
30 2 * * * MAILTO=testaddr at harte-lyne.ca; echo "this should be mailed"
I have searched extensively and from what I have read I believe that
this should work. But evidently I misapprehend how cron and MAILTO
is supposed to work as my example does not cause any mail to be sent
as far as I can determine from maillog.
How does one specify unique
2006 Sep 21
3
FreeBSD startup script, can''t set pidfile
...tmasterd.pid"}
. /etc/rc.subr
name="puppetmasterd"
rcvar=`set_rcvar`
command="/usr/local/bin/puppetmasterd"
load_rc_config $name
pidfile="${utility_pidfile}"
start_cmd="echo \"Starting ${name}.\"; /usr/bin/nice -5 ${command}
${utility_flags} ${command_args}"
run_rc_command "$1"
and I have puppetmasterd_enable="YES" set in /etc/rc.conf
My script is based on a standard template from the freebsd handbook
(11.5.1):
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-starting-services.html
When I try to s...
2014 Jun 19
1
upsd.conf - run as user option
On 6/19/2014 at 9:03 AM Charles Lepple wrote:
|On Jun 18, 2014, at 1:51 PM, Mike. <the.lists at mgm51.com> wrote:
|
|> The upsmon.conf has the option of setting RUN_AS_USER username
|>
|> Might it be possible to add a similar option to the upsd.conf
file?
|>
|> I see the -u command-line option for both upsmon and upsd,
however,
|> upsd doesn't seem to carry that