diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index 7a07117..98232d2 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -73,7 +73,7 @@ do_start() start-stop-daemon --start --chuid $USER:$GROUP --make-pidfile --pidfile $PIDFILE --background --exec /bin/bash -- -c "$DAEMONSTRING" || return 2 sleep 1 - echo "$NAME started" + echo "[info] Started qBittorrent daemon successfully..." | ts '%Y-%m-%d %H:%M:%.S' } #