service update SIGINT

This commit is contained in:
0xOzgur 2024-10-11 21:39:04 +03:00
parent 34bd27e6ed
commit 3b64d6b3b9
3 changed files with 6 additions and 0 deletions

View File

@ -158,6 +158,8 @@ Restart=always
RestartSec=5s
WorkingDirectory=$NODE_PATH
ExecStart=$EXEC_START
KillSignal=SIGINT
TimeoutStopSec=30s
[Install]
WantedBy=multi-user.target

View File

@ -160,6 +160,8 @@ Restart=always
RestartSec=5s
WorkingDirectory=$NODE_PATH
ExecStart=$EXEC_START
KillSignal=SIGINT
TimeoutStopSec=30s
[Install]
WantedBy=multi-user.target

View File

@ -81,6 +81,8 @@ Restart=always
RestartSec=5s
WorkingDirectory=$NODE_PATH
ExecStart=$EXEC_START
KillSignal=SIGINT
TimeoutStopSec=30s
[Install]
WantedBy=multi-user.target