mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 22:51:17 +00:00
Commit f8dd8cde90c4d6c945177117953e7123e1401236 removed the StandardError option from the proftpd service file, re-introduce it. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
13 lines
193 B
Desktop File
13 lines
193 B
Desktop File
[Unit]
|
|
Description=proftpd Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|