forked from libretro/Lakka-LibreELEC
15 lines
290 B
Desktop File
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
|