|
@@ -10,7 +10,7 @@ After=syslog.target network.target auditd.service
|
|
|
# replace the symlink with an actual directory
|
|
# replace the symlink with an actual directory
|
|
|
ExecStartPre=/bin/sh -c '\
|
|
ExecStartPre=/bin/sh -c '\
|
|
|
if [ -L /etc/dropbear \
|
|
if [ -L /etc/dropbear \
|
|
|
- -a "$(readlink -f /etc/dropbear)" = "/var/run/dropbear" ]; then \
|
|
|
|
|
|
|
+ -a "$(readlink /etc/dropbear)" = "/var/run/dropbear" ]; then \
|
|
|
if rm -f /etc/dropbear; then \
|
|
if rm -f /etc/dropbear; then \
|
|
|
mkdir -p /etc/dropbear; \
|
|
mkdir -p /etc/dropbear; \
|
|
|
else \
|
|
else \
|