This commit is contained in:
Raphael 2025-07-03 21:08:28 +02:00
parent 89120d940b
commit 8634895181
2 changed files with 4 additions and 4 deletions

View file

@ -28,9 +28,9 @@ in
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
User = "dsc_loc"; User = "dsc_loc";
WorkingDirectory = "/opt/alerte_poste-master"; WorkingDirectory = "/opt/alerte-poste";
ExecStart = "/opt/alerte_poste-master/.venv/bin/python /opt/alerte_poste-master/src/main.py"; ExecStart = "/opt/alerte-poste/.venv/bin/python /opt/alerte-poste/src/main.py";
EnvironmentFile = "/opt/alerte_poste-master/.env"; EnvironmentFile = "/opt/alerte-poste/.env";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;
}; };

View file

@ -95,7 +95,7 @@ in
"https://nextcloud.enium.eu" "https://nextcloud.enium.eu"
"https://htop.enium.eu" "https://htop.enium.eu"
"https://monitor.enium.eu" "https://monitor.enium.eu"
"https://relance-pas-stp.me:4242" "http://relance-pas-stp.me:4242"
]; ];
}]; }];
relabel_configs = [ relabel_configs = [