mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-06-08 04:35:08 +01:00
Compare commits
No commits in common. "ca023db6feaae389f928eeac4d781bb8472ca6ae" and "d8986207bdee892105ffc96c06239aaed1dcfa76" have entirely different histories.
ca023db6fe
...
d8986207bd
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: |
|
run: |
|
||||||
sudo ./build_raspberry_pi.sh
|
./build_raspberry_pi.sh
|
||||||
|
|
||||||
- name: Release build artifacts
|
- name: Release build artifacts
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
0
kiosk_skeleton/usr/bin/schedule-reboot
Executable file → Normal file
0
kiosk_skeleton/usr/bin/schedule-reboot
Executable file → Normal file
2
kiosk_skeleton/usr/bin/schedule-screen-timers
Executable file → Normal file
2
kiosk_skeleton/usr/bin/schedule-screen-timers
Executable file → Normal file
@ -41,8 +41,6 @@ Description=Turn screen ${action}
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
ExecStart=/usr/bin/xset dpms force ${action}
|
ExecStart=/usr/bin/xset dpms force ${action}
|
||||||
Environment=XAUTHORITY=/home/pi/.Xauthority
|
|
||||||
User=pi
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user