Start & Stop
Using systemctl
To manage LogCraft, prefer using systemctl
:
bash
systemctl start logcraft
And to stop it:
bash
systemctl stop logcraft
Manually
While systemctl is the recommended method for starting and stopping LogCraft, there may be situations where running it manually is useful.
bash
/opt/logcraft/bin/logcraft start
If the bin directory has been added to the system PATH, simply run:
bash
logcraft start