diff --git a/source/modules/system.ts b/source/modules/system.ts index a39c5c4..6cd6306 100644 --- a/source/modules/system.ts +++ b/source/modules/system.ts @@ -275,7 +275,7 @@ export async function shutdown(): Promise { } export async function reboot(): Promise { - await $`pkill -f umbreld` + await $`pkill -USR1 -f umbreld` return true }