Lakka-LibreELEC/packages/addons/service/proftpd/source/system.d/service.proftpd.service

15 lines
290 B
Desktop File

[Unit]
Description=ProFTPD
After=network-online.service
Requires=network-online.service
[Service]
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.proftpd/bin/proftpd.start"
TimeoutStopSec=2
Restart=always
RestartSec=2
StartLimitInterval=0
[Install]
WantedBy=multi-user.target