Skip to content

Commit

Permalink
Update system.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 25, 2024
1 parent b3f5fee commit f44a477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export async function shutdown(): Promise<boolean> {
}

export async function reboot(): Promise<boolean> {
await $`pkill -f umbreld`
await $`pkill -USR1 -f umbreld`

return true
}
Expand Down

0 comments on commit f44a477

Please sign in to comment.