Skip to content

Commit

Permalink
fix: Control: Hotfixing control of service
Browse files Browse the repository at this point in the history
  • Loading branch information
riffy committed Feb 8, 2024
1 parent 0505c05 commit 97676c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions restart.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

require "./paldmin-lib.pl";

init_service();

ReadParse();
error_setup($text{"restart_err"});
my $err = restart_server();
Expand Down
1 change: 1 addition & 0 deletions start.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Start the PalServer daemon

require "./paldmin-lib.pl";
init_service();

ReadParse();
error_setup($text{"start_err"});
Expand Down
1 change: 1 addition & 0 deletions stop.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Stop the PalServer daemon

require "./paldmin-lib.pl";
init_service();

ReadParse();
error_setup($text{"stop_err"});
Expand Down

0 comments on commit 97676c4

Please sign in to comment.