Files
glpi-airwatch-sync/create_services.sh

11 lines
170 B
Bash

#!/bin/bash
python3 /services.py
systemctl daemon-reload
systemctl enable *-sync.timer *-staging.timer
systemctl start *-sync.timer *-staging.timer
tail -f /dev/null