when i run systemctl --user restart figma-fonthelper.service or status, i got error home/user/.config/systemd/user/figma-fonthelper-updater.service:7: Neither a valid executable name nor an absolute path: ${XDG_CONFIG_HOME}/figma-fonthelper/updater.sh
i was add export on zshrc export XDG_CONFIG_HOME="$HOME/.config"
i try to manual edit Execstart from ${XDG_CONFIG_HOME} to /home/user/.local/share on ~/.config/systemd/user/figma-fonthelper-updater.service it can start system with no error but the config come back again to ${XDG_CONFIG_HOME} after many minutes.
what i miss it?
when i run
systemctl --user restart figma-fonthelper.serviceor status, i got errorhome/user/.config/systemd/user/figma-fonthelper-updater.service:7: Neither a valid executable name nor an absolute path: ${XDG_CONFIG_HOME}/figma-fonthelper/updater.shi was add export on zshrc
export XDG_CONFIG_HOME="$HOME/.config"i try to manual edit Execstart from
${XDG_CONFIG_HOME}to/home/user/.local/shareon~/.config/systemd/user/figma-fonthelper-updater.serviceit can start system with no error but the config come back again to${XDG_CONFIG_HOME}after many minutes.what i miss it?