Similar to how we are installing /etc/nettest.conf we should also install the systemd unit file (nettest.system from this repo) in /usr/lib/systemd/system/.
After the file is there, systemd needs to reload the files by running this command: systemctl daemon-reload.
Then the user would manage the server with systemd commands such as: systemctl restart nettest
Similar to how we are installing /etc/nettest.conf we should also install the systemd unit file (nettest.system from this repo) in
/usr/lib/systemd/system/.After the file is there, systemd needs to reload the files by running this command:
systemctl daemon-reload.Then the user would manage the server with systemd commands such as:
systemctl restart nettest