filipealvesdef / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sync-packages

filipealvesdef opened this issue · comments

Fix .config/systemd/user installation. Sync packages is unlinking the public user service directory when there are some systemd service in the private submodule.

This is happening because I am assuming that the directories in .config are the last level in the directory structure. A simple way to solve it is to add an exception for .config/systemd and link at files in .config/systemd/user instead of .config/systemd. This way, both public and private services will be linked.