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, Jul 19, 7:39 PM
Unknown Object (File)
Sat, Jul 18, 11:31 AM
Unknown Object (File)
Sat, Jul 18, 6:47 AM
Unknown Object (File)
Sat, Jul 4, 12:30 PM
Unknown Object (File)
Jun 22 2026, 6:09 PM
Unknown Object (File)
Jun 17 2026, 6:32 PM
Unknown Object (File)
May 17 2026, 1:44 AM
Unknown Object (File)
May 17 2026, 1:14 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/