mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Fix a systemd error
This is a temporary fix for https://github.com/systemd/systemd/issues/3374.
This commit is contained in:
parent
b8a650002e
commit
b40acd505a
1 changed files with 9 additions and 0 deletions
|
@ -685,6 +685,15 @@ filter = sshd
|
||||||
logpath = /var/log/auth.log
|
logpath = /var/log/auth.log
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Fix systemd error https://github.com/systemd/systemd/issues/3374
|
||||||
|
dialog --title "[ systemd fix ]" $myPROGRESSBOXCONF <<EOF
|
||||||
|
EOF
|
||||||
|
tee /etc/systemd/network/99-default.link 2>&1>/dev/null <<EOF
|
||||||
|
[Link]
|
||||||
|
NamePolicy=kernel database onboard slot path
|
||||||
|
MACAddressPolicy=none
|
||||||
|
EOF
|
||||||
|
|
||||||
# Let's add some cronjobs
|
# Let's add some cronjobs
|
||||||
dialog --title "[ Adding cronjobs ]" $myPROGRESSBOXCONF <<EOF
|
dialog --title "[ Adding cronjobs ]" $myPROGRESSBOXCONF <<EOF
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue