mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Its primary purpose is to start and stop services provided by the rc.d scripts, however it can also be used to list the scripts using various criteria.
7 lines
72 B
Makefile
7 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS=service.sh
|
|
MAN= service.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|