to make a custom ubuntu service restart on boot , just create a system service link by running:
Sudo systemctl enable service-name.service;
To check if service is enabled run:
Sudo systemctl is-enabled service-name.service;
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)