logiops
logiops copied to clipboard
Failed to start logid.service: Unit logid.service is masked.
I installed and tried to ran it logiops by running this commands:
sudo apt install cmake libevdev-dev libudev-dev libconfig++-dev git
git clone https://github.com/PixlOne/logiops.git
cd logiops
mkdir build
cd build
cmake ..
make
sudo make install
sudo systemctl start logid
Systemctl threw this error:
Failed to start logid.service: Unit logid.service is masked.
The same happened to me, I think, because I'd previously installed and uninstalled logiops through apt.
I've checked that the unit was pointing to /dev/null with file:
file /etc/systemd/system/logid.service
/etc/systemd/system/logid.service: symbolic link to /dev/null
Then I've removed the symbolic link and executed sudo systemctl enable --now logid and it worked.
Hope it helps.
Can be fixed just by systemctl unmask logid