mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
Commit f8dd8cde90 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
|
|
|