base
.bin
.config
htop
systemd
user
autocategorize
autocategorize.service
autocategorize.timer
dot-fetch.service
dot-fetch.timer
exif-strip.service
exif-strip.timer
flatpak-dump.service
flatpak-dump.timer
ollama.service
openwebui.service
proj-fetch.service
proj-fetch.timer
sdwebui.service
sillytavern.service
dircolors
.vim
.bashrc
.functions
.inputrc
.profile
.vimrc
contrib
desktop-common
desktop-gruvbox
git
hyprland
hyprland-work
mac
sericea
ssh
.gitignore
.gitmodules
README.md
bootleg-stow
mkdirs.sh
set-remote.sh
submodule-checkout-masters-and-update.sh
12 lines
160 B
SYSTEMD
12 lines
160 B
SYSTEMD
# vim:ft=systemd:
|
|
[Unit]
|
|
Description=Autocategorize timer
|
|
|
|
[Timer]
|
|
Persistent=true
|
|
OnBootSec=15min
|
|
OnCalendar=*-*-* 22:00:00
|
|
|
|
[Install]
|
|
WantedBy=default.target
|