feat: amanita external probe (timer + vx-only key)
This commit is contained in:
parent
7691ac3065
commit
d27c7254af
6 changed files with 416 additions and 0 deletions
13
configs/systemd/user/koopa-amanita-probe.timer
Normal file
13
configs/systemd/user/koopa-amanita-probe.timer
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Timer · external amanita probe (~15s)
|
||||
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/amanita-probe/README.md
|
||||
|
||||
[Timer]
|
||||
OnBootSec=30s
|
||||
OnUnitActiveSec=15s
|
||||
AccuracySec=5s
|
||||
Persistent=false
|
||||
Unit=koopa-amanita-probe.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue