You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. I fixed creation of wrong file.
It's going to be a while until I have time to fix overwriting issue. If you have time, would you mind fixing it and sending a pull request so we can have the fix earlier? The proposed solution seems legit, and is more legible than current version.
initmenu creates the wrong file on line 45:
sudo cp /etc/systemd/system.conf /etc/systemd/system.conf.d/10-logind.conf && \
Should be:
sudo cp /etc/systemd/system.conf /etc/systemd/system.conf.d/10-system.conf && \
Also for me it overwrites the file if it exists? perhaps it could be:
The text was updated successfully, but these errors were encountered: