Upgrade to debian-based rootfs

This commit is contained in:
2021-01-20 12:55:06 +01:00
parent bfda197c4d
commit 0264a6e81f
8 changed files with 83 additions and 27 deletions

13
logcat.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Logcat service startup
Documentation=Fix ownership and start logcat
After=network.target
[Service]
Type=forking
User=root
ExecStart=/usr/local/bin/startup-logcat
Restart=on-failure
[Install]
WantedBy=multi-user.target