Skip to content

Commit

Permalink
Linux: Add systemctl reload service command (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Jan 1, 2025
1 parent 9598c69 commit 5710320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ systemctl start target_service
systemctl stop target_service
journalctl -u target_service

# Reload config without restarting the service
systemctl reload target_service

# Change file mode
chmod +x some_file.sh
chmod 0600 /path/to/directory
Expand Down

0 comments on commit 5710320

Please sign in to comment.