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