diff --git a/images/g1jeu (copie).png b/images/g1jeu (copie).png new file mode 100644 index 0000000..91b87be Binary files /dev/null and b/images/g1jeu (copie).png differ diff --git a/setup_systemd.sh b/setup_systemd.sh new file mode 100755 index 0000000..01d03df --- /dev/null +++ b/setup_systemd.sh @@ -0,0 +1,39 @@ +#!/bin/bash +################################################################################ +# Author: Fred (support@qo-op.com) +# Version: 0.1 +# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/) +################################################################################ +MY_PATH="`dirname \"$0\"`" # relative +MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized +ME="${0##*/}" + +echo "#############################################" +echo ">>>>>>>>>>> SYSTEMD SETUP " +echo "#############################################" + +echo "CREATE SYSTEMD g1billet SERVICE >>>>>>>>>>>>>>>>>>" +cat > /tmp/g1billet.service <