install: enable systemd

This commit is contained in:
Jordan Ruthe 2020-12-03 20:22:17 -05:00
parent 369fc24e16
commit 5cfed7f477

View File

@ -47,6 +47,7 @@ install_systemd_service()
echo "$SERVICE" | sudo tee /etc/systemd/system/KlipperScreen.service > /dev/null
sudo systemctl daemon-reload
sudo systemctl enable KlipperScreen
}
update_x11()