launchd
Version:
Simple wrapper around launchctl. Load/unload/install/remove .plist's.
19 lines (18 loc) • 365 B
JSON
{
"description": "Simple wrapper around launchctl. Load/unload/install/remove .plist's.",
"keywords": [
"launchd",
"daemon",
"launchdaemon",
"osx",
"system",
"service"
],
"license": "MIT",
"main": "index.js",
"name": "launchd",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.0"
}