...
Info |
---|
systemctl is a Linux command-line utility used to control and manage systemd and services. You can think of systemctl as a control interface for systemd init service, allowing you to communicate with systemd and perform operations. systemctl is a successor of init. |
...
If the DRVA service reports inactive , we have to issue the command
sudo systemctl start drva
...
On a working setup the DRVA status shoud report “active (running)
...