aboutsummaryrefslogtreecommitdiffstats
path: root/system/update-motd.service
blob: 740ea7bac22d2065d41a3c8544ef290b8be0dd89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Update MOTD
After=multi-user.target network.target

[Service]
ExecStart=/usr/bin/update-motd
PrivateDevices=yes
PrivateTmp=yes
ProtectSystem=full
ReadWriteDirectories=/etc/motd
ProtectHome=yes
NoNewPrivileges=yes