remove log upload script
This commit is contained in:
@@ -52,5 +52,4 @@ systemctl enable getty@tty3
|
|||||||
systemctl enable getty@tty4
|
systemctl enable getty@tty4
|
||||||
|
|
||||||
systemctl enable reHDDPrinter
|
systemctl enable reHDDPrinter
|
||||||
systemctl enable reHDDStartHelper
|
systemctl enable reHDDStartHelper
|
||||||
systemctl enable reHDDLogUploader
|
|
||||||
@@ -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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user