mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +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
|
|
|