fix: make EnvironmentFile optional in systemd service to prevent startup failures

Changes EnvironmentFile to EnvironmentFile=- in systemd service template, allowing service to start even when .env file doesn't exist during fresh installations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
courtmanr@gmail.com
2025-05-31 00:11:59 +01:00
parent 34e67877ed
commit 13486a0ea4
+1 -1
View File
@@ -1774,7 +1774,7 @@ User=$PULSE_USER
Group=$PULSE_USER
WorkingDirectory=$PULSE_DIR
EnvironmentFile=$PULSE_DIR/.env
EnvironmentFile=-$PULSE_DIR/.env
ExecStart=$node_path $npm_path run start