From fde4ffe9d01e763ced680b913d9a9ecdf5484b27 Mon Sep 17 00:00:00 2001 From: Kerod-Fresenbet-Gebremedhin2660 Date: Tue, 24 Feb 2026 17:58:56 +0300 Subject: [PATCH] fix: directory fix in service file --- yimaru-cd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yimaru-cd.service b/yimaru-cd.service index ceb56a5..932e4a3 100644 --- a/yimaru-cd.service +++ b/yimaru-cd.service @@ -10,7 +10,7 @@ WorkingDirectory=/home/yimaru/Yimaru-CICD Environment="NODE_ENV=production" Environment="PATH=/home/yimaru/.bun/bin:/home/yimaru/.local/bin:/usr/local/bin:/usr/bin:/bin" EnvironmentFile=/home/yimaru/Yimaru-CICD/.env -ExecStart=/home/yimaru/.bun/bin/bun yimaru_admin/index.js +ExecStart=/home/yimaru/.bun/bin/bun dist/index.js Restart=always RestartSec=10 StandardOutput=journal @@ -22,7 +22,7 @@ NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=read-only -ReadWritePaths=/home/yimaru/Yimaru-CICD /home/yimaru/.npm /var/www/html +ReadWritePaths=/home/yimaru/Yimaru-CICD /home/yimaru/.npm /var/www/html /home/yimaru/yimaru_admin /home/yimaru/Yimaru-BackEnd # Resource limits LimitNOFILE=65536