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
10 lines
155 B
Desktop File
10 lines
155 B
Desktop File
# vim:ft=systemd:
|
|
[Unit]
|
|
Description=Autocategorize service
|
|
|
|
[Service]
|
|
ExecStart=%h/.config/systemd/user/autocategorize
|
|
|
|
[Install]
|
|
WantedBy=default.target
|