Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SylvanFranklin/launchctl
/ functions
Functions
8 in github.com/SylvanFranklin/launchctl
⨍
Functions
8
◇
Types & classes
1
↓ 6 callers
Method
cmd
(&self)
src/lib.rs:84
↓ 2 callers
Method
is_bootstrapped
attempts to get the bootstrapped status of the service. Possibly can fail if permissions are not adequate or the target domain is malformed.
src/lib.rs:110
↓ 1 callers
Method
create_log_files
checks if the log files exist, if not, creates them
src/lib.rs:96
↓ 1 callers
Method
start
Attempts to start the service
src/lib.rs:63
↓ 1 callers
Method
stop
Attempts to stop the service
src/lib.rs:45
Function
creation_advanced
()
src/tests/service.rs:35
Function
creation_basic
()
src/tests/service.rs:9
Method
restart
Effectively the same as calling start and then stop
src/lib.rs:39