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)
Dec 23 2023, 3:21 AM
Unknown Object (File)
Oct 9 2023, 3:17 PM
Unknown Object (File)
Oct 9 2023, 3:17 PM
Unknown Object (File)
Sep 6 2023, 1:59 PM
Unknown Object (File)
Aug 15 2023, 3:07 AM
Unknown Object (File)
Aug 15 2023, 1:24 AM
Unknown Object (File)
Jul 15 2023, 10:40 PM
Unknown Object (File)
Jun 27 2023, 8:44 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/