Fix /etc/motd generation

This commit is contained in:
2022-01-26 15:38:51 -05:00
parent 103b0c682b
commit 2efeb4e887
4 changed files with 16 additions and 13 deletions

View File

@@ -314,7 +314,7 @@ generate-services() {
[Service]
Type=simple
ExecStart=$script > /etc/motd
ExecStart=/usr/bin/bash -c '$script > /etc/motd'
[Install]
WantedBy=default.target