You can create a new systemd folder if needed.
You can create a new systemd folder if needed.
You're trying to configure imwheel as a service within ArchWiki, but your setup is pointing to systemd instead of the expected folder. The version output confirms systemd is installed, so your system should support it. You can proceed by creating a systemd service directory and adding the necessary configuration files there.
You can simply create the folder using mkdir -p ~/.config/systemd/user. Alternatively, you can edit systemctl with --force and --full --user imwheel.service, making sure to include the user flag when activating the unit file. systemctl enable --user imwheel.service. Updated on November 16, 2022 by Nayr438 – user flag noted.