6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo cp ftpbot.service /etc/systemd/system/
|
|
sudo systemctl enable ftpbot.service
|
|
sudo systemctl start ftpbot.service
|