This commit is contained in:
MAURA Mathieu
2026-06-15 13:29:54 +02:00
commit c7ebda896a
7 changed files with 1539 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Outils de migration vers la DINUM.
cp imapsync_daemon.py /root/migration/
cp .env.example /root/migration/.env
# éditer .env
cp imapsync-daemon.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable --now imapsync-daemon
journalctl -fu imapsync-daemon