F5F Stay Refreshed Software Operating Systems You can create a new systemd folder if needed.

You can create a new systemd folder if needed.

You can create a new systemd folder if needed.

M
Marian1703
Member
64
12-15-2023, 09:04 AM
#1
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.
M
Marian1703
12-15-2023, 09:04 AM #1

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.

S
Skater420
Member
155
12-15-2023, 09:42 AM
#2
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.
S
Skater420
12-15-2023, 09:42 AM #2

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.