Magellan Linux

Contents of /trunk/inetutils/ftpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2735 - (show annotations) (download)
Tue Dec 8 11:43:11 2015 UTC (8 years, 4 months ago) by niro
File size: 215 byte(s)
-added pam and systemd configuration
1 [Unit]
2 Description=Inetutils FTPD Daemon
3 After=network.target
4
5 [Service]
6 Type=forking
7 PIDFile=/run/ftpd.pid
8 ExecStart=/usr/bin/ftpd -D
9 ExecStopPost=/usr/bin/rm -f /run/ftpd.pid
10
11 [Install]
12 WantedBy=multi-user.target