update service files to reflect new passepartout directory path

This commit is contained in:
2026-05-03 09:06:30 -04:00
parent dd478d8a7b
commit 299f72c2bb
2 changed files with 4 additions and 4 deletions

View File

@@ -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