Make the hook systemd compatible
This commit is contained in:
parent
d117f2543e
commit
b43185abb4
6 changed files with 49 additions and 16 deletions
|
@ -1,4 +1,5 @@
|
|||
run_hook ()
|
||||
{
|
||||
# vim:ft=sh
|
||||
|
||||
run_hook() {
|
||||
cat welcomemessage
|
||||
}
|
||||
|
|
Reference in a new issue