#!/bin/bash sudo cp ftpbot.service /etc/systemd/system/ sudo systemctl enable ftpbot.service sudo systemctl start ftpbot.service