Reindl Harald <[email protected]> writes:
educated guess: since enable/disable is just a wish in general, use "mask" instead "disable" which pretty sure leads to symlink /etc/systemd/user/servicename.service to /den/null or just place a identuical named symlink to /dev/null there
Indeed, "systemctl --user mask" creates a symlink to /dev/null which is effective at preventing the unit from starting when I log in. Thanks, I wasn't aware of the "mask" command.
-- Evan Klitzke pgp: 0x157EFCACBC648422 e: [email protected] w: https://eklitzke.org _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
