Skip to content

Commit

Permalink
chore: 🤖 add ExecStop
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 20, 2023
1 parent 52cba96 commit 1de29ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_native
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ MemoryHigh=32G
RestartSec=15s
Restart=always
ExecStart=$defaultCLIAlias -c $defaultLightningConfigPath -vv run
ExecStop=$defaultCLIAlias stop
StandardOutput=append:$defaultLightningOutputLogAbsPath
StandardError=append:$defaultLightningDiagnosticLogAbsPath
Environment=TMPDIR=$defaultTempLogFilePath
Expand Down

0 comments on commit 1de29ae

Please sign in to comment.