This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mkinitcpio-welcomemessage/welcomemessage.service
2020-04-27 09:49:01 +03:00

11 lines
189 B
Desktop File

[Unit]
Description=Print welcome message
DefaultDependencies=no
ConditionPathExists=/welcomemessage
[Service]
Type=oneshot
ExecStart=cat /welcomemessage
[Install]
WantedBy=sysinit.target