Skip to content
Snippets Groups Projects
Commit 154913cc authored by Eric Bélanger's avatar Eric Bélanger
Browse files

Fix path in ftpd.service (close FS#40097)

parent cb332f26
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}
telnet@.service telnet.socket telnet.xinetd)
sha1sums=('f9fc5c3ba7046d95fdfd0f1c6adf508220082893'
'SKIP'
'aa4730d662398b6c33df2b6fc116ab6b5c3cd120'
'026181500b71f0c09ef5c262450be718651e5658'
'387b371cbaa3611b95d30f806c0dd08b621a584a'
'6f9a304391610a17b8ae3ad35b742c78c86aee16'
'0455126fa18d2a9422469d79b9e73dd928b15652'
......
......@@ -6,7 +6,7 @@ After=network.target
Type=forking
PIDFile=/run/ftpd.pid
ExecStart=/usr/bin/ftpd -D
ExecStopPost=/bin/rm -f /run/ftpd.pid
ExecStopPost=/usr/bin/rm -f /run/ftpd.pid
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment