mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[PR #139] [MERGED] Feature: restart system services instead of rebooting system #125
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debloper/xiosk/pull/139
Author: @parthsidpara
Created: 11/13/2025
Status: ✅ Merged
Merged: 11/15/2025
Merged by: @debloper
Base:
main← Head:refactor/service-restart-instead-of-reboot📝 Commits (1)
06487careplace rebootSystem function in index.ts📊 Changes
1 file changed (+19 additions, -13 deletions)
View changed files
📝
dashboard/index.ts(+19 -13)📄 Description
This PR replaces the function
rebootSystem()with a new functionapplyConfigChanges()inindex.ts.It restarts the
piosk-runner.serviceandpiosk-switcher.serviceinstead of rebooting the whole system when changes are applied from the dashboard.I've tested this update but there are 2 more changes to be made:
command.spawn()and now we are usingcommand.outputwithawait.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.