Given a templated unit, sometimes it can make sense to enable it with empty instance. Actually, this seems to be a regression. Example of bug: $ cat .config/systemd/user/compton@.service .include need-session@.service [Unit] Description=Compton X11 compositor for session %I Documentation=man:compton(1) [Service] Type=forking ExecStart=/usr/bin/compton -f -b [Install] WantedBy=graphic@.target $ systemctl --user disable compton@ Removed symlink /home/intelfx/.config/systemd/user/graphic@.target.wants/compton@.service. $ systemctl --user enable compton@ <empty output> Expected reaction: - symlink created again
Indeed, this seems to be regression.
This should work again. if it does not, please file a new bug on github! Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.