File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- none
1111
12+ ## [ 1.0.2] - 2024-11-21
13+
14+ ### Fixed
15+
16+ - Service failed to start
17+
1218## [ 1.0.1] - 2024-11-21
1319
1420### Changed
Original file line number Diff line number Diff line change 66
77# App version and name
88APP_NAME=" NoirNet"
9- VERSION=1.0.1
9+ VERSION=1.0.2
1010LAST_UPDATED=" 2024-11-22"
1111
1212# Default configuration file location
@@ -416,7 +416,7 @@ start_service() {
416416
417417 # Launch the service as a background process in a subshell
418418 (
419- monitor_network > /dev/null 2>&1 &
419+ start_monitor > /dev/null 2>&1 &
420420 local service_pid=$!
421421
422422 # Sleep briefly to ensure the background process has initialized
Original file line number Diff line number Diff line change 1- .TH NOIRNET 1 "November 22, 2024" "Version 1.0.1 " "User Commands"
1+ .TH NOIRNET 1 "November 22, 2024" "Version 1.0.2 " "User Commands"
22.SH NAME
33NoirNet \- Monitors internet and DNS access and sends notifications.
44
You can’t perform that action at this time.
0 commit comments