Skip to content

Commit

Permalink
Merge pull request #116 from mr-guard/experimental
Browse files Browse the repository at this point in the history
fix for server getting killed when stopping service
  • Loading branch information
mr-guard authored Feb 25, 2024
2 parents d756b97 + 33fd6d7 commit 4305058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ If the manager crashes or shuts down, your dayz server will also be shut down.
ExecStart=/dayz/dayz-server-manager
WorkingDirectory=/dayz/
LimitNOFILE=100000
KillMode=process
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s INT $MAINPID
User=dayz
Expand Down

0 comments on commit 4305058

Please sign in to comment.