Fixed erros in multiple CT's

Added fixes for: Pihole , aptcacher, OmdaV3, mailbackup  and nginx
This commit is contained in:
2022-07-03 01:22:36 +02:00
parent d07e00b7d9
commit 78e1c37491
6 changed files with 14 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ setcap 'cap_net_bind_service=+ep' /usr/sbin/apt-cacher-ng
mv /opt/Setup/Configs/acng.conf /etc/apt-cacher-ng/acng.conf
mv /opt/Setup/Scripts/UpdateMirrorList.sh /opt/UpdateMirrorList.sh
#Enable apt-cacher-ng on startup
ln -s /lib/systemd/system/apt-cacher-ng.service /etc/systemd/system/multi-user.target.wants/apt-cacher-ng.service
ln -s /lib/systemd/system/apt-cacher-ng.service /etc/systemd/system/multi-user.target.wants/apt-cacher-ng.service || true