From 299f72c2bbb6ddea27072bf81713a1463c68c05f Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 3 May 2026 09:06:30 -0400 Subject: [PATCH] update service files to reflect new passepartout directory path --- infrastructure/opencortex.service | 4 ++-- infrastructure/passepartout.service | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/opencortex.service b/infrastructure/opencortex.service index 6b2d560..f06c241 100644 --- a/infrastructure/opencortex.service +++ b/infrastructure/opencortex.service @@ -6,10 +6,10 @@ After=network.target [Service] Type=simple User=%u -ExecStart=%h/projects/opencortex/opencortex.sh daemon +ExecStart=%h/projects/passepartout/opencortex.sh daemon Restart=on-failure RestartSec=10 -WorkingDirectory=%h/projects/opencortex +WorkingDirectory=%h/projects/passepartout [Install] WantedBy=default.target diff --git a/infrastructure/passepartout.service b/infrastructure/passepartout.service index 18dfb90..53c3de4 100644 --- a/infrastructure/passepartout.service +++ b/infrastructure/passepartout.service @@ -6,10 +6,10 @@ After=network.target [Service] Type=simple User=%u -ExecStart=%h/projects/opencortex/passepartout daemon +ExecStart=%h/projects/passepartout/passepartout daemon Restart=on-failure RestartSec=10 -WorkingDirectory=%h/projects/opencortex +WorkingDirectory=%h/projects/passepartout [Install] WantedBy=default.target