mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user