Page MenuHomeFreeBSD

rc.d/ggated: Simplify service script
ClosedPublic

Authored by 0mp on Mar 4 2022, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 7:00 PM
Unknown Object (File)
Mon, May 6, 5:18 PM
Unknown Object (File)
Mon, May 6, 1:51 PM
Unknown Object (File)
Sun, May 5, 10:28 AM
Unknown Object (File)
Sat, May 4, 2:48 AM
Unknown Object (File)
Mar 7 2024, 7:51 PM
Unknown Object (File)
Feb 14 2024, 4:52 AM
Unknown Object (File)
Jan 12 2024, 11:42 PM
Subscribers

Details

Summary
  • Use the standard *_flags variable for additional flags.
  • Style: do not create unnecessary variables
  • Do not set the defaults in the service script. This is what /etc/defaults/rc.conf is for.
  • Do not set additional flags via commands_args. ggated_flags are already included in the final invocation. See rc.subr(8) for details.
  • Document the meaning of ggated_config in /etc/defaults/rc.conf.

Fixes: c068632981eb Add ggated rc script

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable