maybe chmod 0755 'systemd/system/getty.target.wants'
maybe chmod 0755 'systemd/system/getty@.service.d'
maybe chmod 0644 'systemd/system/getty@.service.d/noclear.conf'
+maybe chmod 0644 'systemd/system/motd.service'
+maybe chmod 0644 'systemd/system/motd.timer'
maybe chmod 0755 'systemd/system/multi-user.target.wants'
maybe chmod 0755 'systemd/system/slapd.service.d'
maybe chmod 0644 'systemd/system/slapd.service.d/00gentoo.conf'
# from your network provider (if any) or from your regional registry (ARIN,
# APNIC, LACNIC, RIPE NCC, or AfriNIC.)
#
+
+192.168.122.5 postfix-test.pixelpark.com postfix-test
+#192.168.122.149 berta.pixelpark.com berta
+192.168.122.139 learning.pixelpark.com learning
+192.168.122.54 ppm.pixelpark.com ppm
+
app-eselect/eselect-php fpm
+app-misc/ca-certificates cacert
app-misc/mc 7zip chdir mclib sftp spell
app-portage/eix optimization strong-optimization tools
app-shells/bash plugins
app-text/asciidoc python_single_target_python2_7
+app-text/xmlto text
dev-db/mariadb -server
dev-db/phpmyadmin setup
dev-libs/liblogging rfc3195
dev-libs/libpcre static-libs
dev-libs/libyaml examples
+dev-libs/nss cacert
dev-python/ipython smp
dev-python/numpy lapack
--- /dev/null
+[Unit]
+Description=Generate new Motd
+RefuseManualStart=no
+RefuseManualStop=yes
+
+[Service]
+Type=oneshot
+ExecStart=/root/bin/generate-motd.sh
--- /dev/null
+[Unit]
+Description=Generate new Motd
+RefuseManualStart=no
+RefuseManualStop=no
+
+[Timer]
+OnBootSec=2min
+OnUnitActiveSec=5min
+Unit=motd.service
+
+
+[Install]
+WantedBy=multi-user.target
+
+# vim: filetype=dosini
--- /dev/null
+/etc/systemd/system/motd.timer
\ No newline at end of file