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, May 17, 1:44 AM
Unknown Object (File)
Sun, May 17, 1:14 AM
Unknown Object (File)
May 8 2026, 1:53 AM
Unknown Object (File)
May 6 2026, 1:06 AM
Unknown Object (File)
Apr 30 2026, 7:23 PM
Unknown Object (File)
Apr 21 2026, 6:16 AM
Unknown Object (File)
Apr 20 2026, 12:29 PM
Unknown Object (File)
Apr 18 2026, 9:24 AM

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/