linux - fix unknown scheme error and do nginx reload as root in UI

This commit is contained in:
bunkerity
2021-08-18 13:38:09 +02:00
parent 8a4eb3f2a3
commit fde14d1621
6 changed files with 16 additions and 3 deletions

View File

@@ -12,4 +12,5 @@ rm -f /lib/systemd/system/basic.target.wants/*;\
rm -f /lib/systemd/system/anaconda.target.wants/*;\
rm -f /lib/systemd/system/*tmpfiles*;\
rm -f /lib/systemd/user/*tmpfiles*;\
find /lib/systemd/ -type f -iname "*.service" -exec rm -f {} \;
find /lib/systemd/ -type f -iname "*.service" -exec rm -f {} \;;\
find /etc/systemd/ -type f -inaùe "*.service" -exec rm -f {} \;