mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
310 B
310 B
Generic FreeBSD rc.d service file lives here.
- Marshal template like so (example in Makefile):
sed -e "s/{{BINARY}}/app-name/g" \
-e "s/{{BINARYU}}/app_name/g" \
-e "s/{{CONFIG_FILE}}/app-name.conf/g" \
freebsd.rc.d > /usr/local/etc/rc.d/app-name