From 7923aa8942b55884320ef2428417e3ee4b121613 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 28 Nov 2022 17:31:34 +0100 Subject: Initial commit --- LaunchDaemons/MistyOS.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LaunchDaemons/MistyOS.yml (limited to 'LaunchDaemons/MistyOS.yml') diff --git a/LaunchDaemons/MistyOS.yml b/LaunchDaemons/MistyOS.yml new file mode 100644 index 0000000..45605c5 --- /dev/null +++ b/LaunchDaemons/MistyOS.yml @@ -0,0 +1,9 @@ +metadata: + description: MistyOS Operating System + target: 0 + +commands: + start: "true" + stop: "/System/Library/Frameworks/NodeJS/MistyRuntime /System/Library/MistyCore/power/shutdown.js" + restart: "/System/Library/Frameworks/NodeJS/MistyRuntime /System/Library/MistyCore/power/reboot.js" + -- cgit