Skip to content

Commit

Permalink
🚑 Fix s6 services (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 8, 2022
1 parent c47e38a commit b2072e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ftp/rootfs/etc/services.d/vsftpd-log/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# ==============================================================================
bashio::log.info "Starting Log tailer..."
touch /var/log/vsftpd.log
tail -n0 -F /var/log/vsftpd.log
exec tail -n0 -F /var/log/vsftpd.log
2 changes: 1 addition & 1 deletion ftp/rootfs/etc/services.d/vsftpd/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Runs vsftpd (IPv4)
# ==============================================================================
# Wait for vsftpd-log to be started
s6-svwait -u -t 5000 /var/run/s6/services/vsftpd-log
s6-svwait -u -t 5000 /run/service/vsftpd-log

bashio::log.info "Starting FTP server..."

Expand Down

0 comments on commit b2072e2

Please sign in to comment.