mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 07:37:14 +08:00
14 lines
220 B
SYSTEMD
14 lines
220 B
SYSTEMD
|
[Unit]
|
||
|
Description=ProFTPD FTP Server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/proftpd/proftpd.pid
|
||
|
ExecStart=/usr/sbin/proftpd
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = multi-user.target
|
||
|
|