mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
var/spool/cron: add README.md & root's crontab
This commit is contained in:
parent
6333883dc3
commit
203934b7ed
4
var/spool/cron/README.md
Normal file
4
var/spool/cron/README.md
Normal 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
7
var/spool/cron/root
Normal 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
|
Loading…
Reference in New Issue
Block a user