var/spool/cron: add README.md & root's crontab

This commit is contained in:
Aminda Suomalainen 2023-03-24 09:04:26 +02:00
parent 6333883dc3
commit 203934b7ed
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 11 additions and 0 deletions

4
var/spool/cron/README.md Normal file
View File

@ -0,0 +1,4 @@
# User crontabs
Don't edit these directly, use `crontab -e` instead! And also consider
making a systemd service instead!

7
var/spool/cron/root Normal file
View File

@ -0,0 +1,7 @@
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
@reboot /root/fixcontroller.py
# BTRFS deduplication (on Lumina at least)
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/home.hash /home
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/flatpak.hash /var/lib/flatpak
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd