mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:54:37 +08:00
13 lines
201 B
Desktop File
13 lines
201 B
Desktop File
[Unit]
|
|
Description=FTPD Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/ftpd.pid
|
|
ExecStart=/usr/bin/ftpd -D
|
|
ExecStopPost=/bin/rm -f /run/ftpd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|