Add tabbed settings and system shell

This commit is contained in:
2026-07-31 21:30:51 +02:00
parent d663979ebb
commit c36e5e811f
20 changed files with 698 additions and 29 deletions
@@ -0,0 +1,13 @@
[Unit]
Description=Check for Pi Car Companion updates
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/local/sbin/pi-car-companion-update --check-only
TimeoutStartSec=5min
Nice=10
IOSchedulingClass=idle
+3
View File
@@ -1,2 +1,5 @@
pi-companion ALL=(root) NOPASSWD: /usr/bin/systemctl start --no-block pi-car-companion-update.service
pi-companion ALL=(root) NOPASSWD: /usr/bin/systemctl start --no-block pi-car-companion-update-check.service
pi-companion ALL=(root) NOPASSWD: /usr/bin/systemctl start --no-block pi-car-companion-network-configure.service
pi-companion ALL=(root) NOPASSWD: /usr/local/sbin/pi-car-companion-power reboot
pi-companion ALL=(root) NOPASSWD: /usr/local/sbin/pi-car-companion-power poweroff