mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-06-30 20:12:11 +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
|
||||
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
|
||||
dialog --title "[ Adding cronjobs ]" $myPROGRESSBOXCONF <<EOF
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue