Page MenuHomeFreeBSD

service: Add new -x option
AbandonedPublic

Authored by manu on Jan 31 2023, 3:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 3:38 PM
Unknown Object (File)
Fri, Apr 18, 7:41 PM
Unknown Object (File)
Sun, Mar 23, 12:33 PM
Unknown Object (File)
Feb 26 2025, 9:19 AM
Unknown Object (File)
Feb 26 2025, 2:20 AM
Unknown Object (File)
Feb 26 2025, 1:15 AM
Unknown Object (File)
Feb 15 2025, 8:59 AM
Unknown Object (File)
Feb 9 2025, 8:27 PM

Details

Reviewers
freebsd_igalic.co
Group Reviewers
rc
Summary

This option cause service to not warn or exit with 1 if the service
file doesn't exists.
This is useful for pkgbase environment as a user might not have/want
every package installed.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49357
Build 46247: arc lint + arc unit

Event Timeline

manu requested review of this revision.Jan 31 2023, 3:17 PM
freebsd_igalic.co added inline comments.
usr.sbin/service/service.sh
48

do not —> does not

184

maybe the output would still be good to have?

This revision now requires changes to proceed.Jan 31 2023, 4:49 PM
cy added inline comments.
usr.sbin/service/service.sh
48

s/do not exists/does not exist/