98513a9139
Create an unprivileged user/group for their execution. Also, add the cron file and update the rc.d script. PR: 270433 Reported by: r@rfmoz.eu Approved by: jeremy@smart-serv.net (maintainer)
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
#####################################################################
|
|
|
|
tuptime requires execution at startup and shutdown on rc.d, please
|
|
enable it on "/etc/rc.conf" and start:
|
|
|
|
sysrc tuptime_enable="YES"
|
|
service tuptime start
|
|
|
|
that also enables "%%LOCALBASE%%/etc/cron.d/tuptime" execution.
|
|
|
|
#####################################################################
|
|
EOM
|
|
}
|
|
]
|