mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-19 12:03:46 +02:00
disable systemd-resolver and tor@default apparmor profile
This commit is contained in:
parent
74417d1d5b
commit
838b6c3b6f
2 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ The configuration was tested with a standard Debian sid and Ubuntu 16.04 LTS ins
|
||||||
|
|
||||||
Uninstall packages that may interfere with this setup:
|
Uninstall packages that may interfere with this setup:
|
||||||
```
|
```
|
||||||
apt-get purge apache2* resolvconf exim4*
|
apt-get purge apache2* resolvconf exim4* && systemctl disable systemd-resolved.service
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are on Ubuntu, add the following PPA:
|
If you are on Ubuntu, add the following PPA:
|
||||||
|
|
2
etc/systemd/system/tor@default.service.d/custom.conf
Normal file
2
etc/systemd/system/tor@default.service.d/custom.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Service]
|
||||||
|
AppArmorProfile=
|
Loading…
Add table
Add a link
Reference in a new issue