rootftp 0.1.3

A simple FTP server tool
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Root FTP
After=network.target

[Service]
ExecStart=/usr/local/bin/rootftp start 
Restart=always
StandardOutput=append:/var/log/rootftp.log
StandardError=append:/var/log/rootftp.log
[Install]
WantedBy=multi-user.target