Advertisement
pniklas

miscript.sh

Sep 9th, 2020 (edited)
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo "Servicio de prueba iniciado el `date '+%d/%m/%Y %H:%M:%S'`" | systemd-cat -p info
  4.  
  5. while true; do
  6.     echo "Servicio de prueba en bucle..."
  7.     sleep 10
  8. done
  9.  
  10. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement