mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
14 lines
220 B
Desktop File
14 lines
220 B
Desktop File
[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
|
|
|