Ajout des fichiers pour la création de l'image docker

This commit is contained in:
2025-07-10 21:30:49 +02:00
parent b63ff9d788
commit 43c4ba4639
6 changed files with 126 additions and 4 deletions

11
create_services.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
python3 /services.py
systemctl daemon-reload
systemctl enable *-sync.timer *-staging.timer
systemctl start *-sync.timer *-staging.timer
tail -f /dev/null