mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 04:51:38 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Package: tooloop-kiosk-browser
|
||||
Version: 0.9.0
|
||||
Maintainer: vollstock
|
||||
Homepage: https://www.vollstock.de
|
||||
Bugs: https://github.com/vollstock/Tooloop-Examples.git
|
||||
Section: tooloop/presentation
|
||||
Architecture: amd64
|
||||
Depends: chromium-browser
|
||||
Recommends: tooloop-transparent-cursor
|
||||
Description: Kiosk Browser
|
||||
A simple fullscreen kiosk browser based using chromium.
|
||||
You can define its’ homepage in the settings.
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status
|
||||
set -e
|
||||
# Restart the settings server
|
||||
systemctl restart tooloop-settings-server
|
||||
# Exit cleanly
|
||||
exit 0
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status
|
||||
set -e
|
||||
# Restart the settings server
|
||||
systemctl restart tooloop-settings-server
|
||||
# Exit cleanly
|
||||
exit 0
|
||||
Reference in New Issue
Block a user