remove log upload script

This commit is contained in:
2026-05-17 09:28:16 +02:00
parent 9d929bd0ad
commit 263cad32ff
3 changed files with 1 additions and 31 deletions
+1 -2
View File
@@ -52,5 +52,4 @@ systemctl enable getty@tty3
systemctl enable getty@tty4
systemctl enable reHDDPrinter
systemctl enable reHDDStartHelper
systemctl enable reHDDLogUploader
systemctl enable reHDDStartHelper
@@ -1,18 +0,0 @@
[Unit]
Description=reHDD log uploader
After=syslog.target
After=network.target
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
User=root
Group=root
RemainAfterExit=yes
ExecStart=/usr/bin/bash /root/reHDD/scripts/reHDDLogUploader.bash
[Install]
WantedBy=multi-user.target
@@ -1,11 +0,0 @@
[Unit]
Description=reHDD log uploader timer
[Timer]
OnActiveSec=30s
OnBootSec=10min
OnUnitActiveSec=12h
[Install]
WantedBy=basic.target