forked from Lainports/freebsd-ports
- Use startup script via USE_RC_SUBR - Add pkg-message to inform about startup script - Fix a runtime error using wrong pid file in daemonised process Approved by: thierry (mentor) MFH: 2014Q1
15 lines
433 B
Text
15 lines
433 B
Text
****************************************************************
|
|
To use the motion service properly, you should edit
|
|
|
|
%%PREFIX%%/etc/motion.conf
|
|
|
|
according to your needs.
|
|
To automatically start the service at boot time,
|
|
add the following line to /etc/rc.conf:
|
|
|
|
motion_enable="YES"
|
|
|
|
Then, to start the service right now without reboot, execute
|
|
|
|
service motion start
|
|
****************************************************************
|