mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[PR #67] [MERGED] Compositor agnostic, systemd service implementation #90
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#90
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/67
Author: @debloper
Created: 2/23/2025
Status: ✅ Merged
Merged: 2/23/2025
Merged by: @debloper
Base:
main← Head:devel📝 Commits (8)
2bb03d1Added systemd service templates, re-wrote setup.sh and cleanup.sh7abb530Rewrote scripts/setup.sh and scripts/cleanup.sh. Piosk now installs and runs in /opt/piosk. Setup.sh installs and enables a systemd service for each script1888ca9Fixed a bug in setup.sh, piosk-webserver.service wasn't getting enabled properly7fc0269first pass cleanupc30f468second pass8616f43third pass65a7981fourth passdeb8d13final pass📊 Changes
8 files changed (+216 additions, -124 deletions)
View changed files
📝
README.md(+21 -42)📝
scripts/cleanup.sh(+47 -27)📝
scripts/runner.sh(+14 -13)📝
scripts/setup.sh(+86 -41)📝
scripts/switcher.sh(+4 -1)➕
services/piosk-dashboard.template(+12 -0)➕
services/piosk-runner.template(+16 -0)➕
services/piosk-switcher.template(+16 -0)📄 Description
This extends & improves changes from #62
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.